23 releases (14 breaking)

0.15.0 Jan 27, 2024
0.13.0 Jul 24, 2023
0.12.3 Dec 21, 2022
0.12.2 Nov 30, 2022
0.3.2 Nov 29, 2021

#101 in Web programming

Download history 12088/week @ 2023-12-14 8700/week @ 2023-12-21 14233/week @ 2023-12-28 11663/week @ 2024-01-04 12300/week @ 2024-01-11 20214/week @ 2024-01-18 11409/week @ 2024-01-25 16926/week @ 2024-02-01 11547/week @ 2024-02-08 7583/week @ 2024-02-15 8343/week @ 2024-02-22 9980/week @ 2024-02-29 10795/week @ 2024-03-07 10910/week @ 2024-03-14 8624/week @ 2024-03-21 10445/week @ 2024-03-28

42,588 downloads per month
Used in 57 crates (3 directly)

MIT license

605KB
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.
  • Extending custom config like extends browserslist-config-mycompany.

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

~5–13MB
~124K SLoC