Docs.rs
swc-coverage-instrument-0.0.28
swc-coverage-instrument 0.0.28
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
kwonoj
Dependencies
istanbul-oxide ^0.0.28
normal
once_cell ^1.19.0
normal
regex ^1.8.1
normal
serde ^1.0.203
normal
serde_json ^1.0.120
normal
swc_core ^31.1.0
normal
tracing ^0.1.37
normal
pretty_assertions ^1.3.0
dev
Versions
8.96%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
swc_
coverage_
instrument
0.0.28
Branch
Map
Aliased Type
In crate swc_
coverage_
instrument
swc_coverage_instrument
Type Alias
BranchMap
Copy item path
Source
pub type BranchMap =
IndexMap
<
u32
,
Branch
>;
Aliased Type
ยง
pub struct BranchMap {
/* private fields */
}