Docs.rs
sourcemap-9.2.2
sourcemap 9.2.2
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
mitsuhiko
getsentry-bot
Dependencies
base64-simd ^0.8
normal
bitvec ^1.0.1
normal
data-encoding ^2.3.3
normal
debugid ^0.8.0
normal
if_chain ^1.0.0
normal
rustc-hash ^2.1.1
normal
scroll ^0.12.0
normal
optional
serde ^1.0.104
normal
serde_json ^1.0.48
normal
unicode-id-start ^1
normal
url ^2.1.1
normal
magic_string ^0.3.4
dev
proptest ^1.2.0
dev
Versions
96.74%
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
sourcemap
9.2.2
In sourcemap::
vlq
sourcemap
::
vlq
Function
parse_vlq_segment
Copy item path
Source
pub fn parse_vlq_segment(segment: &
str
) ->
Result
<
Vec
<
i64
>>
Expand description
Parses a VLQ segment into a vector.