Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
arcnmx committed Jul 22, 2015
1 parent 454c1fe commit 257bbef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -8,6 +8,8 @@ A collection of tools for working with binary data and POD structs in Rust.
transmuting POD structs to and from byte slices.
- [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] contains various supporting structs and traits for
readers and writers.

Expand All @@ -26,5 +28,6 @@ its `#[derive(Pod)]` extension.
[docs]: 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

0 comments on commit 257bbef

Please sign in to comment.