16 releases

Uses old Rust 2015

0.7.0 Sep 10, 2020
0.6.6 Jan 17, 2020
0.6.5 Nov 23, 2019
0.6.4 Feb 19, 2019
0.4.0 Mar 5, 2017

#559 in Web programming

Download history 124/week @ 2023-11-27 114/week @ 2023-12-04 246/week @ 2023-12-11 74/week @ 2023-12-18 12/week @ 2023-12-25 83/week @ 2024-01-01 228/week @ 2024-01-08 179/week @ 2024-01-15 163/week @ 2024-01-22 69/week @ 2024-01-29 105/week @ 2024-02-05 273/week @ 2024-02-12 140/week @ 2024-02-19 199/week @ 2024-02-26 144/week @ 2024-03-04 155/week @ 2024-03-11

656 downloads per month
Used in 3 crates (2 directly)

MIT license

49KB
879 lines

jsonapi-rust

Build Status License Documentation FOSSA Status

This is an implementation of the JSON-API v1 specification at jsonapi.org.

Use

Add this crate to your Cargo.toml file,

[dependencies]
jsonapi = "*"

Or use the master branch directly from github,

[dependencies]
jsonapi = { git = "https://github.com/michiel/jsonapi-rust", branch = "master" }

Examples of most serialization and deserialization cases can be found in the tests/ directory or the documentation.

Development

Note - Until this crate reaches v1.0.0 breaking changes that are not backwards compatible will be announced in the CHANGELOG.

Testing

The command cargo test will run all tests. For more verbose output or output with cargo watch,

RUST_BACKTRACE=1 cargo test -- --nocapture
RUST_BACKTRACE=1 cargo watch "test -- --nocapture"

Contributing

Contributions are welcome. Please add tests and write commit messages using using conventional format. The Changelog is updated using the clog tool. The configuration is found in .clog.toml.

The current configuration works for commit messages prefixed with feat:, bug:, test:, doc: and refactor:.

License

FOSSA Status

Dependencies

~5–7MB
~169K SLoC