Docs.rs
jira-issue-api-0.5.7
jira-issue-api 0.5.7
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
Baarsgaard
Dependencies
base64 ^0.22
normal
regex ^1.11
normal
reqwest ^0.12
normal
serde ^1.0
normal
serde_json ^1.0
normal
thiserror ^2.0
normal
url ^2.5
normal
Versions
9.09%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
jira_issue_api/
lib.rs
1
mod
client;
2
pub mod
models;
3
4
pub use
crate
::client::
*
;