frame

Crates.ioframe
lib.rsframe
version0.0.0
sourcesrc
created_at2019-03-14 18:51:54.620488
updated_at2019-03-14 18:51:54.620488
descriptionConvert between streams of bytes and streams of structs.
homepage
repositoryhttps://github.com/yoshuawuyts/frame
max_upload_size
id120725
size26,791
Yosh (yoshuawuyts)

documentation

https://docs.rs/frame

README

frame

crates.io version build status downloads docs.rs docs

Convert between streams of bytes and streams of structs.

Examples

Basic usage

// tbi

Installation

$ cargo add frame

Safety

This crate uses #![deny(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

Contributing

Want to join us? Check out our "Contributing" guide and take a look at some of these issues:

References

None.

License

MIT OR Apache-2.0

Commit count: 0

cargo fmt