Crates.io | bytecon |
lib.rs | bytecon |
version | 0.1.14 |
source | src |
created_at | 2024-11-06 22:47:58.922971 |
updated_at | 2024-11-24 06:59:03.454062 |
description | A trait for easily converting to-and-from an array of bytes. |
homepage | |
repository | https://github.com/AustinHellerRepo/bytecon |
max_upload_size | |
id | 1439271 |
size | 54,279 |
Allows for the convenient conversion of types from and to arrays of bytes.
"burn"
burn
crate.
DType
"burn_dtype"
burn
crate's DType
type since it can conflict with the "bincode"
feature."bincode"
."tokio"
tokio
and tokio-rustls
crate.
TlsStream<T: AsyncWrite + AsyncRead + Unpin>
Sender<Vec<u8>>
Receiver<Vec<u8>>
"bincode"
bincode
crate."burn_dtype"
feature."rand"
rand
and rand_chacha
crates."rustls"
rustls
crate