Docs.rs
git-editor-1.1.0
git-editor 1.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
rohansen856
Dependencies
chrono ^0.4.40
normal
clap ^4.1
normal
colored ^3.0.0
normal
dotenv ^0.15.0
normal
git2 ^0.20.1
normal
rand ^0.9.1
normal
regex ^1.7
normal
reqwest ^0.12.19
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
url ^2.5.4
normal
uuid ^1.17.0
normal
serial_test ^3.0
dev
tempfile ^3.0
dev
Versions
0%
of the crate is documented
Go to latest version
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
git_editor/utils/
mod.rs
1
pub mod
commit_history;
2
pub mod
datetime;
3
pub mod
prompt;
4
pub mod
types;
5
pub mod
validator;