radicle-heartwood-lfs/crates/radicle-git-metadata/src
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
..
commit git-metadata: Add parsing of `CommitData` 2026-03-16 14:30:48 +01:00
author.rs git-metadata: New crate extract from `radicle-git` 2025-10-13 16:07:39 +02:00
commit.rs git-metadata: Add parsing of `CommitData` 2026-03-16 14:30:48 +01:00
lib.rs git-metadata: New crate extract from `radicle-git` 2025-10-13 16:07:39 +02:00