Docs.rs
exmex-0.11.4
exmex 0.11.4
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bertiqwerty
Dependencies
lazy_static ^1.4.0
normal
num ^0.4
normal
regex ^1
normal
serde ^1
normal
smallvec ^1.6.1
normal
criterion ^0.3.4
dev
evalexpr ^6.4.0
dev
fasteval ^0.2.4
dev
itertools ^0.10.1
dev
meval ^0.2.0
dev
rand ^0.8.4
dev
rsc ^2.0.0
dev
serde_json ^1
dev
serde_test ^1
dev
Versions
97.14%
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
☰
Type Definition ExResult
Other items in
exmex
?
Type Definition
exmex
::
ExResult
[
−
]
[src]
pub type ExResult<U> =
Result
<U,
ExError
>;
Expand description
Exmex’ result type with
ExError
as error type.