Popularity
1.8
Growing
Activity
0.0
Stable
38
8
1

Programming language: Rust
License: MIT License
Tags: Encode     Nue     Endian     Data     Pod    
Latest version: v0.3.1

nue alternatives and similar packages

Based on the "Binary" category.
Alternatively, view nue alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of nue or a related project?

Add another 'Binary' Package

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.


*Note that all licence references and agreements mentioned in the nue README section above are relevant to that project's source code only.