Docs.rs
repotablo-0.1.0
repotablo 0.1.0
Docs.rs crate page
GPL-3.0-only
Links
Repository
crates.io
Source
Owners
azzamsa
Dependencies
arboard ^3
normal
chrono ^0.4.43
normal
chrono-humanize ^0.2.3
normal
clap ^4.5.60
normal
crossterm ^0.29.0
normal
futures ^0.3
normal
miette ^7.6
normal
octocrab ^0.49
normal
open ^5
normal
ratatui ^0.30.0
normal
regex ^1
normal
reqwest ^0.12.28
normal
serde ^1.0.228
normal
tempfile ^3
normal
thiserror ^2.0.18
normal
tokio ^1
normal
Versions
11.32%
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
Skip to main content
Files
repotablo/
lib.rs
1
pub mod
cli;
2
pub mod
error;
3
pub mod
input;
4
pub mod
stats;
5
pub mod
ui;
6
7
pub use
error::Error;