Docs.rs
git-tailor-0.2.0
git-tailor 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
jordfras
Dependencies
anyhow ^1.0
normal
clap ^4
normal
crossterm ^0.29
normal
git2 ^0.20
normal
ratatui ^0.30
normal
tempfile ^3
normal
time ^0.3
normal
insta ^1
dev
Versions
67.37%
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
Crate git_tailor
git_
tailor
0.2.0
All Items
Crate Items
Modules
Structs
Enums
Crate
git_
tailor
Copy item path
Source
Modules
§
app
editor
fragmap
mergetool
repo
static_
views
views
Structs
§
Commit
Diff
All diff information for a single commit.
Commit
Info
Represents commit metadata extracted from git repository.
Diff
Line
A single line from a diff, along with what kind of change it represents.
File
Diff
The diff for a single file between a commit and its parent commit.
Hunk
A “hunk” is a standard Git concept: a contiguous group of changed lines within a single file, together with a few surrounding unchanged (context) lines for orientation.
Enums
§
Delta
Status
Git delta status indicating the type of file change.
Diff
Line
Kind
The kind of change a diff line represents.