<p align="center">
<h3 align="center">SANE-rs</h3>
<p align="center">SANE Serialization and Deserialization for Rust</p>
</p>
--------
[](https://travis-ci.org/bloom42/sane-rs)
[](https://crates.io/crates/sane)
[](https://docs.rs/sane)
Spec: [https://opensource.bloom.sh/sane](https://opensource.bloom.sh/sane)
Compatible with SANE version: [v1.0.0](https://opensource.bloom.sh/sane/versions/v1.0.0)
1. [Usage](#usage)
2. [Contributing](#contributing)
3. [License](#license)
-------------------
## Usage
```toml
# Cargo.toml
[dependencies]
toml = "0.2"
```
## Contributing
Thank you for your interest in contributing! Please refer to
[https://opensource.bloom.sh/contributing](https://opensource.bloom.sh/contributing) for guidance.
## License
See `LICENSE.txt` and [https://opensource.bloom.sh/licensing](https://opensource.bloom.sh/licensing)
From an original work by [alexcrichton](https://github.com/alexcrichton): [toml-rs](https://github.com/alexcrichton/toml-rs)
- commit [d729bf9c53fcfe8f1e5506a938b88d81526b55a4](https://github.com/alexcrichton/toml-rs/commit/d729bf9c53fcfe8f1e5506a938b88d81526b55a4)