# byteorder-pod-rs [![travis-badge][]][travis] [![release-badge][]][cargo] [![docs-badge][]][docs] [![license-badge][]][license] `byteorder-pod` is a crate that provides wrappers around primitive numeric types and stores them in memory in a specified endianness. ## [Documentation][docs] See the [documentation][docs] for up to date information. [travis-badge]: https://img.shields.io/travis/arcnmx/byteorder-pod-rs/master.svg?style=flat-square [travis]: https://travis-ci.org/arcnmx/byteorder-pod-rs [release-badge]: https://img.shields.io/crates/v/byteorder-pod.svg?style=flat-square [cargo]: https://crates.io/crates/byteorder-pod [docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square [docs]: http://arcnmx.github.io/byteorder-pod-rs/byteorder-pod/ [license-badge]: https://img.shields.io/badge/license-MIT-ff69b4.svg?style=flat-square [license]: https://github.com/arcnmx/byteorder-pod-rs/blob/master/COPYING