Docs.rs
github-analytics-0.1.0
github-analytics 0.1.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
0xLucqs
Dependencies
chrono ^0.4.23
normal
clap ^4.0.32
normal
eyre ^0.6.8
normal
influxdb ^0.5.2
normal
reqwest ^0.11.4
normal
serde_json ^1.0.91
normal
text-tables ^0.3.1
normal
tokio ^1.24.1
normal
Versions
35%
of the crate is documented
Platform
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
github_analytics/
lib.rs
1
pub mod
api;
2
pub mod
models;
3
pub mod
print_data;
4
pub mod
pull_data;
5
pub mod
push_data;