Docs.rs
melodium-engine-0.9.1
melodium-engine 0.9.1
Permalink
Docs.rs crate page
EUPL-1.2
Links
Homepage
Repository
crates.io
Source
Owners
qvignaud
Dependencies
async-std ^1.13
normal
async-trait ^0.1.71
normal
downcast-rs ^1.2.0
normal
futures ^0.3.28
normal
lazy_static ^1.4
normal
melodium-common ^0.9.1
normal
stacker ^0.1
normal
Versions
20.97%
of the crate is documented
Platform
wasm32-unknown-unknown
x86_64-unknown-linux-gnu
x86_64-unknown-linux-musl
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
Files
melodium_engine/error/
mod.rs
1
mod
logic_error;
2
3
pub use
logic_error::{LogicError, LogicErrorKind, LogicErrors, LogicResult};