# jeff-format
[![build_status][]](https://github.com/unitaryfoundation/jeff/actions)
[![crates][]](https://crates.io/crates/jeff-format)
[![msrv][]](https://github.com/unitaryfoundation/jeff/blob/main/impl/rs)
Rust bindings for the `jeff` exchange format. See the
[`jeff` project](https://github.com/unitaryfoundation/jeff) for more
information.
The [API documentation][] is available on docs.rs.
## Recent Changes
See [CHANGELOG][] for a list of changes. The minimum supported rust version will
only change on major releases.
## Development
See [DEVELOPMENT][] for instructions on setting up the development environment.
## License
This project is licensed under Apache License, Version 2.0 ([LICENSE][] or
<http://www.apache.org/licenses/LICENSE-2.0>).
[API documentation]: https://docs.rs/jeff-format
[build_status]: https://github.com/unitaryfoundation/jeff/actions/workflows/ci.yml/badge.svg?branch=main
[crates]: https://img.shields.io/crates/v/jeff-format
[LICENSE]: https://github.com/unitaryfoundation/jeff/blob/main/LICENSE
[msrv]: https://img.shields.io/crates/msrv/jeff-format
[CHANGELOG]: https://github.com/unitaryfoundation/jeff/blob/main/impl/rs/CHANGELOG.md
[DEVELOPMENT]: https://github.com/unitaryfoundation/jeff/blob/main/DEVELOPMENT.md