import_map
                                
                                 import_map copied to clipboard
                                
                                    import_map copied to clipboard
                            
                            
                            
                        An implementation of WICG Import Maps specification
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 clippydoesn't produce warnings:cargo clippy --all-targets --all-features --release -- -D clippy::all