| Crates.io | nue-codegen |
| lib.rs | nue-codegen |
| version | 0.3.0 |
| created_at | 2015-07-22 17:38:44.559976+00 |
| updated_at | 2015-12-11 23:54:29.779751+00 |
| description | Stable POD and binary data encoding I/O macros |
| homepage | |
| repository | https://github.com/arcnmx/nue |
| max_upload_size | |
| id | 2654 |
| size | 23,236 |
A collection of tools for working with binary data and POD structs in Rust.
pod is an approach at building a safe interface for transmuting POD structs to and from byte slices.
packed exposes unaligned packed data structurs in a safe and stable manner.
nue-macros provides helpers for pod, as well
as a serialization-like library for dealing with binary streams of data.
nue-codegen allows the use of nue-macros without
syntax extensions on stable Rust.
nue-io contains various supporting structs and traits for readers and writers.