Docs.rs
lib-mal-0.5.1
lib-mal 0.5.1
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
AnActualEmerald
Dependencies
aes-gcm ^0.9.4
normal
bitflags ^1.3.2
normal
pkce ^0.1.1
normal
rand ^0.8.5
normal
reqwest ^0.11.10
normal
serde ^1.0.136
normal
serde_json ^1.0.79
normal
simple-log ^1.5.1
normal
tiny_http ^0.11.0
normal
tokio-test ^0.4.2
dev
Versions
11.06%
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
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
Params
lib_mal
0.5.1
Params
Required Methods
get_params
Implementors
In lib_
mal::
model::
options
lib_mal
::
model
::
options
Trait
Params
Copy item path
Source
pub trait Params { // Required method fn
get_params
<'a>(self) ->
Vec
<(&'a
str
,
String
)>; }
Required Methods
§
Source
fn
get_params
<'a>(self) ->
Vec
<(&'a
str
,
String
)>
Implementors
§
Source
§
impl
Params
for
StatusUpdate