| Crates.io | oxc-browserslist |
| lib.rs | oxc-browserslist |
| version | 2.1.2 |
| created_at | 2024-05-28 02:42:25.54536+00 |
| updated_at | 2025-09-26 01:54:21.664084+00 |
| description | Rust-ported Browserslist for Oxc. |
| homepage | |
| repository | https://github.com/oxc-project/oxc-browserslist |
| max_upload_size | |
| id | 1253909 |
| size | 404,742 |
Rust port of Browserslist, forked from browserslist-rs.
The original crate did not meet the criteria of oxc, the following changes are made:
ahash, chrono, either, indexmap, itertools, once_cell, string_cacheOnly custom usage is not supported: > 0.5% in my stats or cover 99.5% in my stats.
Inspect query result by running the example:
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'
nom can be replaced by a hand written parser to improve runtime and compilation speedparse and to_string on semver versions