Docs.rs
mle-0.26.1
mle 0.26.1
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
hoijui
Dependencies
async-std ^1.12
normal
async-walkdir ^2.1
normal
clap ^4.5
normal
colored ^3.0
normal
const_format ^0.2
normal
csv ^1.3
normal
env_logger ^0.11
normal
futures ^0.3
normal
git-version ^0.3
normal
log ^0.4
normal
pulldown-cmark ^0.13
normal
regex ^1.10
normal
relative-path ^1.9
normal
reqwest ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
serde_regex ^1.1
normal
simplelog ^0.12
normal
thiserror ^2.0
normal
tokio ^1.38
normal
url ^2.5
normal
wildmatch ^2.3
normal
criterion ^0.6
dev
ntest ^0.9
dev
tokio-test ^0.4
dev
Versions
44.51%
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
mle
0.26.1
BoxError
Aliased Type
In crate mle
mle
Type Alias
BoxError
Copy item path
Source
pub type BoxError =
Box
<dyn
Error
+
Send
+
Sync
>;
Aliased Type
ยง
pub struct BoxError(
/* private fields */
);