rustik-repo 0.2.0

Repository abstraction layer for Rustik tools.
Documentation
  • Coverage
  • 100%
    8 out of 8 items documented0 out of 5 items with examples
  • Size
  • Source code size: 6.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 359.34 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 2s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cloudhead

Repository abstraction layer for Rustik tools.

Expanding hunk context means rerunning a diff at a different unified-context width. The [Repo] trait keeps that repository access behind a small boundary so diff viewers stay I/O-free and testable; [GitRepo] is the git diff implementation used by the rustik-diff pager. The trait yields raw unified-diff bytes — parsing is left to the caller, so this crate carries no diff-format dependency.