nue-macros

Crates.ionue-macros
lib.rsnue-macros
version0.3.0
sourcesrc
created_at2015-07-21 19:12:30.475092
updated_at2015-12-11 23:54:29.779751
descriptionPOD and binary data encoding I/O macros
homepage
repositoryhttps://github.com/arcnmx/nue
max_upload_size
id2648
size8,078
(arcnmx)

documentation

http://arcnmx.github.io/nue/nue_macros/

README

nue

travis-badge release-badge docs-badge license-badge

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.

Commit count: 23

cargo fmt