Docs.rs
rspack_util-0.6.2
rspack_util 0.6.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
hardfist
Dependencies
rspack-allocative ^0.3.5
normal
optional
anyhow ^1.0.95
normal
optional
base64-simd ^0.8.0
normal
bitflags ^2.9.1
normal
concat-string ^1.0.1
normal
cow-utils ^0.1.3
normal
dashmap ^6.1.0
normal
indexmap ^2.7.0
normal
itoa ^1.0.14
normal
once_cell ^1.20.2
normal
optional
regex ^1.12.2
normal
ropey ^1.6.1
normal
rspack_cacheable =0.6.2
normal
rspack_paths =0.6.2
normal
rspack_regex =0.6.2
normal
rustc-hash ^2.1.0
normal
ryu-js ^1.0.2
normal
serde ^1.0.225
normal
serde_json ^1.0.145
normal
signal-hook ^0.3.18
normal
optional
sugar_path ^1.2.0
normal
swc_config ^3.1.2
normal
swc_core ^46.0.3
normal
swc_plugin_runner ^21.0.0
normal
optional
unicase ^2.8.1
normal
wasi-common ^35.0.0
normal
optional
wasmtime ^35.0.0
normal
optional
Versions
21.05%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
SpanExt
rspack_
util
0.6.2
SpanExt
Required Methods
real_hi
real_lo
Implementations on Foreign Types
Span
Implementors
In rspack_
util::
span
rspack_util
::
span
Trait
SpanExt
Copy item path
Source
pub trait SpanExt { // Required methods fn
real_lo
(&self) ->
u32
;
fn
real_hi
(&self) ->
u32
; }
Required Methods
§
Source
fn
real_lo
(&self) ->
u32
Source
fn
real_hi
(&self) ->
u32
Implementations on Foreign Types
§
Source
§
impl
SpanExt
for
Span
Source
§
fn
real_lo
(&self) ->
u32
Source
§
fn
real_hi
(&self) ->
u32
Implementors
§