Docs.rs
mincat-core-0.1.0
mincat-core 0.1.0
Permalink
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
ES1993
Dependencies
async-trait ^0.1.77
normal
bytes ^1.5.0
normal
futures-util ^0.3.30
normal
http ^1.0.0
normal
http-body ^1.0.0
normal
http-body-util ^0.1.0
normal
matchit ^0.7.3
normal
mime ^0.3.17
normal
mincat-macro ^0.1.0
normal
pin-project-lite ^0.2.13
normal
sync_wrapper ^0.1.2
normal
Versions
0%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
mincat_
core
0.1.0
BoxError
Aliased Type
In mincat_
core::
error
mincat_core
::
error
Type Alias
BoxError
Copy item path
Source
pub type BoxError =
Box
<dyn
StdError
+
Send
+
Sync
>;
Aliased Type
ยง
struct BoxError(
/* private fields */
);