A Rust implementation of WICG Import Maps specification.
This crates is used in Deno
project.
The implementation is tested against WPT test suite.
// checkout git submodules
$ git submodule update --init --recursive
// build all targets
$ cargo build --all-targets
// test it
$ cargo test
// test it
$ cargo test
Format code: rustfmt ./src/lib.rs
Check that clippy
doesn't produce warnings:
cargo clippy --all-targets --all-features --release -- -D clippy::all
Version | Tag | Published |
---|---|---|
0.11.0 | 16d ago | |
0.10.0 | 17d ago | |
0.9.0 | 4mos ago | |
0.8.0 | 5mos ago |