from_to_bytes

Crates.iofrom_to_bytes
lib.rsfrom_to_bytes
version0.1.1
sourcesrc
created_at2024-06-25 19:04:43.909788
updated_at2024-06-25 19:09:49.74041
descriptiontrait for convert between bytes and .
homepage
repositoryhttps://github.com/alexniver/from_to_bytes.git
max_upload_size
id1283644
size1,423
(alexniver)

documentation

README

trait for convert between [u8] and <T>.

FromBytes

convert [u8] to <T>

ToBytes

convert <T> to [u8]

Commit count: 5

cargo fmt