Docs.rs
gh-report-gen-0.1.0
gh-report-gen 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ymgyt
Dependencies
anyhow ^1.0.69
normal
camino ^1.1.4
normal
chrono ^0.4.24
normal
clap ^4.1.8
normal
glob ^0.3.1
normal
graphql_client ^0.12.0
normal
reqwest ^0.11.14
normal
serde ^1.0.156
normal
tera ^1.18.1
normal
tokio ^1.26.0
normal
tracing ^0.1.37
normal
tracing-subscriber ^0.3.16
normal
Versions
20%
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
Files
gh_report_gen/
lib.rs
1
pub mod
cli;
2
3
pub
(
crate
)
mod
github;
4
pub
(
crate
)
mod
prelude;
5
pub
(
crate
)
mod
report;