Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcnmx/nue
I/O and binary data encoding for Rust
https://github.com/arcnmx/nue
Last synced: 8 days ago
JSON representation
I/O and binary data encoding for Rust
- Host: GitHub
- URL: https://github.com/arcnmx/nue
- Owner: arcnmx
- License: mit
- Created: 2015-07-21T05:27:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T02:39:41.000Z (about 9 years ago)
- Last Synced: 2024-10-06T02:41:05.820Z (30 days ago)
- Language: Rust
- Size: 1.07 MB
- Stars: 37
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-rust-cn - arcnmx/nue - ci.org/arcnmx/nue.svg?branch=master">](https://travis-ci.org/arcnmx/nue) (Libraries / Encoding)
- awesome-rust - arcnmx/nue - ci.org/arcnmx/nue.svg?branch=master">](https://travis-ci.org/arcnmx/nue) (Libraries / Encoding)
- awesome-rust-zh - arcnmx/nue - Rust 的 I/O 和二进制数据编码[<img src="https://api.travis-ci.org/arcnmx/nue.svg?branch=master">](https://travis-ci.org/arcnmx/nue) (库 / 编码(Encoding))
- awesome-rust - arcnmx/nue - ci.org/arcnmx/nue.svg?branch=master">](https://travis-ci.org/arcnmx/nue) (库 Libraries / 加密 Encoding)
README
# nue
[![travis-badge][]][travis] [![release-badge][]][cargo] [![docs-badge][]][docs] [![license-badge][]][license]
A collection of tools for working with binary data and POD structs in Rust.
- [pod][docs-pod] is an approach at building a safe interface for
transmuting POD structs to and from byte slices.
- [packed][docs-packed] exposes unaligned packed data structurs in a safe
and stable manner.
- [nue-macros][docs-macros] provides helpers for `pod`, as well
as a serialization-like library for dealing with binary streams of data.
- [nue-codegen][docs-codegen] allows the use of `nue-macros` without
syntax extensions on stable Rust.
- [nue-io][docs-io] contains various supporting structs and traits for
readers and writers.[travis-badge]: https://img.shields.io/travis/arcnmx/nue/master.svg?style=flat-square
[travis]: https://travis-ci.org/arcnmx/nue
[release-badge]: https://img.shields.io/crates/v/nue.svg?style=flat-square
[cargo]: https://crates.io/search?q=nue
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: http://arcnmx.github.io/nue/nue/
[docs-packed]: http://arcnmx.github.io/nue/packed/
[docs-io]: http://arcnmx.github.io/nue/nue_io/
[docs-pod]: http://arcnmx.github.io/nue/pod/
[docs-macros]: http://arcnmx.github.io/nue/nue_macros/
[docs-codegen]: http://arcnmx.github.io/nue/nue_codegen/
[license-badge]: https://img.shields.io/badge/license-MIT-lightgray.svg?style=flat-square
[license]: https://github.com/arcnmx/nue/blob/master/COPYING