Docs.rs
logscale-client-0.1.2
logscale-client 0.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sunero4
Dependencies
reqwest ^0.11.18
normal
serde ^1.0.182
normal
serde_json ^1.0.106
normal
tokio ^1
dev
Versions
0%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Files
logscale_client/models/
errors.rs
1
#[derive(Debug)]
2
pub enum
LogScaleError {
3
ConnectionError,
4
ErrorWithStatusCode(u16),
5
}