Docs.rs
epub-builder-0.5.0
epub-builder 0.5.0
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
crowdagger
Dependencies
chrono ^0.4
normal
env_logger ^0.8
normal
error-chain ^0.12
normal
html-escape ^0.2.6
normal
lazy_static ^1
normal
log ^0.4
normal
mustache ^0.9
normal
regex ^1
normal
tempdir ^0.3
normal
uuid ^0.8
normal
zip ^0.5
normal
pretty_assertions ^0.6
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
☰
Result
In
epub_builder
?
Type Definition
epub_builder
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Convenient wrapper around
std::Result
.