pod 0.4.1

Plain Old Data (POD) encoding and I/O
Documentation
# pod-rs

[![travis-badge][]][travis] [![release-badge][]][cargo] [![docs-badge][]][docs] [![license-badge][]][license]

`pod` builds a safe interface around POD structures, allowing them to transmute to and from
byte slices and other data types.

## [Documentation][docs]

See the [documentation][docs] for up to date information.

[travis-badge]: https://img.shields.io/travis/arcnmx/pod-rs/master.svg?style=flat-square
[travis]: https://travis-ci.org/arcnmx/pod-rs
[release-badge]: https://img.shields.io/crates/v/pod.svg?style=flat-square
[cargo]: https://crates.io/crates/pod
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: http://arcnmx.github.io/pod-rs/pod/
[license-badge]: https://img.shields.io/badge/license-MIT-ff69b4.svg?style=flat-square
[license]: https://github.com/arcnmx/pod-rs/blob/master/COPYING