Docs.rs
rspack_error-0.4.7
rspack_error 0.4.7
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
hardfist
Dependencies
anyhow ^1.0.95
normal
cow-utils ^0.1.3
normal
derive_more ^1.0.0
normal
futures ^0.3.31
normal
miette ^7.5.0
normal
once_cell ^1.20.2
normal
owo-colors ^4.0.0
normal
rspack_cacheable =0.4.7
normal
rspack_collections =0.4.7
normal
rspack_location =0.4.7
normal
rspack_paths =0.4.7
normal
serde_json ^1.0.134
normal
swc_core =31.1.0
normal
termcolor ^1.4.1
normal
textwrap ^0.16.1
normal
thiserror ^1.0.69
normal
unicode-width ^0.2.0
normal
Versions
9.78%
of the crate is documented
Go to latest version
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
rspack_
error
0.4.7
rspack_error
Function
catch_unwind
Copy item path
Source
pub fn catch_unwind<R>(f: impl
FnOnce
() -> R) ->
Result
<R>