Docs.rs
zen-engine-0.5.1
zen-engine 0.5.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
bot-gorules
Dependencies
anyhow ^1.0.70
normal
async-recursion ^1.0.4
normal
async-trait ^0.1.68
normal
bincode ^2.0.0-rc.2
normal
futures ^0.3.27
normal
once_cell ^1.17.1
normal
serde ^1
normal
serde_json ^1.0.95
normal
serde_v8 ^0.88.0
normal
thiserror ^1.0.40
normal
v8 ^0.66.0
normal
zen-expression ^0.5.1
normal
criterion ^0.4.0
dev
tokio ^1.28
dev
Versions
5.26%
of the crate is documented
Go to latest version
Platform
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
☰
LoaderResult
In zen_engine::loader
?
Type Definition
zen_engine
::
loader
::
LoaderResult
source
·
[
−
]
pub type LoaderResult<T> =
Result
<T,
Box
<
LoaderError
>>;