Docs.rs
metrics-sqlite-0.4.0
metrics-sqlite 0.4.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
jfro
jesdazrez
Dependencies
csv ^1.1.6
normal
diesel ^2.0.3
normal
diesel_migrations ^2.0.0
normal
libsqlite3-sys ^0.25.2
normal
log ^0.4
normal
metrics ^0.20.1
normal
serde ^1.0.125
normal
thiserror ^1.0
normal
pretty_env_logger ^0.4
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
Result
In metrics_sqlite
Structs
Metric
MetricKey
MetricsDb
NewMetric
Session
SqliteExporter
Enums
MetricsError
Type Definitions
Result
?
Type Definition
metrics_sqlite
::
Result
source
·
[
−
]
pub type Result<T, E =
MetricsError
> =
Result
<T, E>;
Expand description
Metrics result type