Crates.io | frame |
lib.rs | frame |
version | 0.0.0 |
source | src |
created_at | 2019-03-14 18:51:54.620488 |
updated_at | 2019-03-14 18:51:54.620488 |
description | Convert between streams of bytes and streams of structs. |
homepage | |
repository | https://github.com/yoshuawuyts/frame |
max_upload_size | |
id | 120725 |
size | 26,791 |
Convert between streams of bytes and streams of structs.
Basic usage
// tbi
$ cargo add frame
This crate uses #![deny(unsafe_code)]
to ensure everything is implemented in
100% Safe Rust.
Want to join us? Check out our "Contributing" guide and take a look at some of these issues:
None.
MIT OR Apache-2.0