Docs.rs
rune-0.12.0
rune 0.12.0
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
udoprog
Dependencies
anyhow ^1.0.49
normal
byteorder ^1.4.3
normal
codespan-reporting ^0.11.1
normal
futures-core ^0.3.0
normal
futures-util ^0.3.0
normal
hashbrown ^0.11.2
normal
itoa ^0.4.8
normal
num ^0.4.0
normal
num-bigint ^0.4.3
normal
pin-project ^1.0.8
normal
relative-path ^1.6.0
normal
rune-macros ^0.12.0
normal
ryu ^1.0.5
normal
semver ^1.0.4
normal
serde ^1.0.130
normal
serde-hashkey ^0.4.0
normal
serde_bytes ^0.11.5
normal
smallvec ^1.7.0
normal
thiserror ^1.0.30
normal
toml ^0.5.8
normal
toml-spanned-value ^0.1.0
normal
tracing ^0.1.29
normal
twox-hash ^1.6.1
normal
checkers ^0.6.0
dev
static_assertions ^1.1.0
dev
tokio ^1.14.0
dev
Versions
100%
of the crate is documented
Go to latest version
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
☰
Error
In rune
?
Type Definition
rune
::
Error
source
·
[
−
]
pub type Error =
Error
;
Expand description
Boxed error type, which is an alias of
anyhow::Error
.