yason 0.0.1

Encoding and decoding support for YASON in Rust
Documentation
# YASON

[![Apache-2.0 licensed](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](LICENSE)
[![Crate](https://img.shields.io/crates/v/yason.svg)](https://crates.io/crates/yason)
[![API](https://docs.rs/yason/badge.svg)](https://docs.rs/yason)

Encoding and decoding support for YASON in Rust

## Rust Version

This version of `yason` requires Rust 1.56 or later.

## License

This project is licensed under the Apache-2.0 license ([LICENSE](LICENSE) or http://www.apache.org/licenses/LICENSE-2.0).

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in `yason` by you, shall be licensed as Apache-2.0, without any additional
terms or conditions.