Docs.rs
monet-0.1.2
monet 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ugoa
Dependencies
bytes ^1.11.0
normal
form_urlencoded ^1.1.0
normal
futures ^0.3.31
normal
futures-core ^0.3.31
normal
futures-util ^0.3.31
normal
http ^1.4.0
normal
http-body ^1.0.1
normal
http-body-util ^0.1.3
normal
hyper ^1.8.1
normal
hyper-util ^0.1.19
normal
matchit ^0.9.0
normal
mondayio ^0.2.4
normal
mondayio-compat ^0.2.2
normal
pin-project-lite ^0.2.16
normal
serde ^1.0.221
normal
serde_core ^1.0.228
normal
serde_json ^1.0
normal
serde_path_to_error ^0.1.8
normal
serde_urlencoded ^0.7
normal
tokio ^1
normal
tower ^0.5.2
normal
tower-service ^0.3.3
normal
Versions
11.32%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-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
BoxError
monet
0.1.2
BoxError
Aliased Type
In crate monet
monet
Type Alias
BoxError
Copy item path
Source
pub type BoxError =
Box
<dyn
Error
+
Send
+
Sync
>;
Aliased Type
ยง
pub struct BoxError(
/* private fields */
);