caniuse-serde

Crates.iocaniuse-serde
lib.rscaniuse-serde
version0.0.6
sourcesrc
created_at2017-10-16 19:55:30.939095
updated_at2017-11-13 09:45:55.282005
descriptionA more modern wrapping for parsing and querying the caniuse.com JSON database using Serde 1.0
homepagehttps://github.com/lemonrock/caniuse-serde
repositoryhttps://github.com/lemonrock/caniuse-serde.git
max_upload_size
id35902
size2,545,129
Raphael Cohn (raphaelcohn)

documentation

https://docs.rs/caniuse-serde/

README

caniuse-serde

caniuse-serde is a rust crate wrapping access to the caniuse database. It uses Serde 1.0 to parse the JSON. It does not create a build-time perfect hash map, so allowing alternative versions of the caniuse database to be supported.

It ships with an up-to-date caniuse database which is embedded by default; currently version 1.0.30000746.

Licensing

The license for this project is MIT. The caniuse database is available for use under a CC BY 4.0 license. Attribution for the caniuse database is "caniuse.com". Questions regarding the caniuse database can be asked at http://a.deveria.com/contact.

Commit count: 18

cargo fmt