Docs.rs
prometheus-0.13.3
prometheus 0.13.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
Crates.io
Source
Owners
prepor
siddontang
lucab
overvenus
breeswish
mxinden
Dependencies
cfg-if ^1.0
normal
fnv ^1.0
normal
lazy_static ^1.4
normal
libc ^0.2
normal
memchr ^2.3
normal
parking_lot ^0.12
normal
protobuf ^2.0
normal
reqwest ^0.11
normal
thiserror ^1.0
normal
criterion ^0.4
dev
getopts ^0.2
dev
hyper ^0.14
dev
tokio ^1.0
dev
protobuf-codegen-pure ^2.0
build
procfs ^0.14
normal
Versions
0.13.3
0.13.2
0.13.1
0.13.0
0.12.0
0.11.0
0.10.0
0.10.0-rc.1
0.9.0
0.8.0
0.7.0
0.6.1
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.8
0.2.6
0.2.5
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
100%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
i686-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Result
In prometheus
?
Type Definition
prometheus
::
Result
source
·
[
−
]
pub type Result<T> =
Result
<T,
Error
>;
Expand description
A specialized Result type for prometheus.