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. |
||
|---|---|---|
| .. | ||
| commit | ||
| author.rs | ||
| commit.rs | ||
| lib.rs | ||