caniuse-rs 0.1.0

A command line client for caniuse.com, written in Rust.
caniuse-rs-0.1.0 is not a library.

caniuse-rs

A Rust client for caniuse.com.

demo

It pulls data from caniuse.com and caches it locally, in a transformed JSON structure that is easier to reason about. It will update data on next run after 24 hours since last update. Fuzzy finder is built using skim.

Options

To dump the data instead of fuzzy finding, you can run caniuse --dump which will simply output the currently cached JSON data that is being used. To pretty-print it, you can run caniuse --dump --pretty.

To force update the cached data, you can run caniuse --update.