radicle-heartwood-lfs/crates/radicle-git-metadata
Fintan Halpenny 01c60388db git-metadata: Add parsing of `CommitData`
This change adds parsing of `CommitData` from raw bytes, i.e. `&[u8]`.
The intended use is to allow the `radicle-*` crates to be able to
parse raw commit data from any underlying Git implementation, such
as the `git2` and `gix` crates.

The tests are broken down into `success` cases, `error` cases, and
`unit` tests.
2026-03-16 14:30:48 +01:00
..
src git-metadata: Add parsing of `CommitData` 2026-03-16 14:30:48 +01:00
Cargo.toml core: Introduce RepoId 2026-01-09 14:03:27 +01:00