Docs.rs
iridis-runtime-core-0.4.0
iridis-runtime-core 0.4.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Hennzau
Dependencies
eyre ^0.6
normal
iridis-node ^0.4.0
normal
libloading ^0.8
normal
Versions
77.78%
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
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
iridis_
runtime_
core
0.4.0
Module thirdparty
Module Items
Re-exports
Traits
Type Aliases
In iridis_
runtime_
core::
prelude
iridis_runtime_core
::
prelude
Module
thirdparty
Copy item path
Source
Re-exports
§
pub use
libloading
;
pub use
eyre
;
Traits
§
Context
Provides the
wrap_err
method for
Result
.
Option
Ext
Provides the
ok_or_eyre
method for
Option
.
Type Aliases
§
Result
type alias for
Result<T, Report>