Docs.rs
transmission-client-0.1.6
transmission-client 0.1.6
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
haecker-felix
Dependencies
log ^0.4
normal
reqwest ^0.12
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
serde_path_to_error ^0.1
normal
serde_with ^3.14
normal
thiserror ^2.0
normal
url ^2.5
normal
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
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
Files
transmission_client/
authentication.rs
1
#[derive(Debug)]
2
pub struct
Authentication {
3
pub
username: String,
4
pub
password: String,
5
}