18 releases (breaking)
new 0.15.0 | Jan 25, 2023 |
---|---|
0.13.0 | Nov 21, 2022 |
0.12.1 | Jul 14, 2022 |
0.9.0 | Feb 11, 2022 |
0.4.0 | Nov 18, 2021 |
#280 in Data structures
5,612 downloads per month
Used in 9 crates
(7 directly)
210KB
1.5K
SLoC
import_map
A Rust implementation of WICG Import Maps specification.
This crates is used in Deno
project.
The implementation is tested against WPT test suite.
Developing
// checkout git submodules
$ git submodule update --init --recursive
// build all targets
$ cargo build --all-targets
// test it
$ cargo test
Opening a pull request
-
Format code:
rustfmt ./src/lib.rs
-
Check that
clippy
doesn't produce warnings:cargo clippy --all-targets --all-features --release -- -D clippy::all
Dependencies
~2.4–4MB
~102K SLoC