24 releases (15 breaking)

0.16.0 Jun 5, 2024
0.15.0 Jan 27, 2024
0.14.0 Jan 18, 2024
0.13.0 Jul 24, 2023
0.3.2 Nov 29, 2021

#743 in Configuration

Download history 12024/week @ 2024-04-04 17251/week @ 2024-04-11 9179/week @ 2024-04-18 7484/week @ 2024-04-25 8548/week @ 2024-05-02 8041/week @ 2024-05-09 9212/week @ 2024-05-16 7732/week @ 2024-05-23 10335/week @ 2024-05-30 9959/week @ 2024-06-06 19072/week @ 2024-06-13 11031/week @ 2024-06-20 11823/week @ 2024-06-27 25066/week @ 2024-07-04 32551/week @ 2024-07-11 22269/week @ 2024-07-18

92,531 downloads per month
Used in 61 crates (3 directly)

MIT license

445KB
3.5K SLoC

browserslist-rs

The tool like Browserslist, but written in Rust.

Project Status

Can I use this library?

If you don't rely on the features mentioned in the Limitations section, you can use it.

We have supported most widely or most frequently used queries, and there are over 100 tests to make sure it works correctly.

For more detail about development status, please see Project #1.

Usage

Please refer to crate documentation.

Try as Rust crate example

You can try and inspect query result by running example with Cargo:

cargo run --example inspect -- <query>

You can also specify additional options, for example:

cargo run --example inspect -- --mobile-to-desktop 'last 2 versions, not dead'

To get more help, you can run:

cargo run --example inspect -- -h

Limitations

The features below aren't supported currently:

  • Custom usage like > 0.5% in my stats.
  • Custom usage like cover 99.5% in my stats.

Credits

Thanks Andrey Sitnik for creating the JavaScript-based Browserslist which is under MIT License.

License

MIT License

Copyright (c) 2021-present Pig Fang

Dependencies

~4–11MB
~112K SLoC