Docs.rs
source-map-0.15.0
source-map 0.15.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kaleidawave
Dependencies
base64 ^0.21
normal
optional
codespan-reporting ^0.11
normal
optional
lsp-types ^0
normal
optional
self-rust-tokenize ^0.3
normal
optional
serde ^1.0
normal
optional
tsify ^0.4.5
normal
wasm-bindgen ^0.2
normal
Versions
27.38%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
source_
map
0.15.0
PathMap
Required Methods
set_path
Implementors
In crate source_
map
source_map
Trait
PathMap
Copy item path
Source
pub trait PathMap { // Required method fn
set_path
(&mut self, path:
PathBuf
, source:
SourceId
); }
Required Methods
§
Source
fn
set_path
(&mut self, path:
PathBuf
, source:
SourceId
)
Implementors
§
Source
§
impl
PathMap
for
NoPathMap
Source
§
impl
PathMap
for
WithPathMap