Crates.io | oxc-browserslist |
lib.rs | oxc-browserslist |
version | 1.1.0 |
source | src |
created_at | 2024-05-28 02:42:25.54536 |
updated_at | 2024-10-30 14:23:07.924765 |
description | Rust-ported Browserslist for Oxc. |
homepage | |
repository | https://github.com/oxc-project/oxc-browserslist |
max_upload_size | |
id | 1253909 |
size | 2,663,535 |
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_cache
Only 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