# jsonrpc-types
[![ga-svg]][ga-url]
[![crates-svg]][crates-url]
[![docs-svg]][docs-url]
[ga-svg]: https://github.com/koushiro/async-jsonrpc/workflows/build/badge.svg
[ga-url]: https://github.com/koushiro/async-jsonrpc/actions
[crates-svg]: https://img.shields.io/crates/v/jsonrpc-types
[crates-url]: https://crates.io/crates/jsonrpc-types
[docs-svg]: https://docs.rs/jsonrpc-types/badge.svg
[docs-url]: https://docs.rs/jsonrpc-types
A general purpose library of [JSON-RPC 1.0](https://www.jsonrpc.org/specification_v1) and
[JSON-RPC 2.0](https://www.jsonrpc.org/specification) types.
## Usage
See [documentation](https://docs.rs/jsonrpc-types) for details.
## License
Licensed under either of
- [Apache License, Version 2.0](LICENSE-APACHE)
- [MIT License](LICENSE-MIT)
at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.