Docs.rs
deepl-api-0.4.0
deepl-api 0.4.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
mgruner
Dependencies
chrono ^0.4
normal
clap ^4.0
normal
error-chain ^0.12
normal
reqwest ^0.11
normal
serde ^1.0
normal
assert_cmd ^2.0
dev
assert_fs ^1.0
dev
predicates ^2.1
dev
Versions
95.83%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
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 deepl_api
?
Type Definition
deepl_api
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
Convenient wrapper around
std::Result
.