Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCrypto/formats
/ tls_deserialize
Function
tls_deserialize
tls_codec/derive/tests/decode.rs:243–245 ·
view source on GitHub ↗
(bytes: &mut R)
Source
from the content-addressed store, hash-verified
241
}
242
243
pub fn tls_deserialize<R: Read>(bytes: &mut R) -> Result<Vec<u8>, tls_codec::Error> {
244
Ok(TlsByteVecU32::tls_deserialize(bytes)?.into_vec())
245
}
246
}
247
248
#[test]
Callers
15
vector
Function · 0.85
byte_vector
Function · 0.85
vector
Function · 0.85
byte_vector
Function · 0.85
tls_deserialize
Method · 0.85
tls_deserialize
Method · 0.85
deserialize_primitives
Function · 0.85
deserialize_tls_vec
Function · 0.85
deserialize_tls_byte_vec
Function · 0.85
deserialize_tuples
Function · 0.85
test_it
Function · 0.85
deserialize_tls_vl_bytes
Function · 0.85
Calls
1
into_vec
Method · 0.45
Tested by
no test coverage detected