radicle-heartwood-lfs/crates/radicle-fetch
Fintan Halpenny 391571178e fetch: introduce domain type RefPrefix
Better represent the domain by introducing the `RefPrefix` type.
It captures the different `ref-prefix` values that can be used in the
`ls-refs` step of the protocol.

These are turned into their equivalent `ref-prefix` values using
`RefPrefix::into_bstring`.

This better connects the `ProtocolStage::ls_refs` method with the
`ls_refs::run` through the use of the `RefPrefix` type, rather than
any set of `BString` values.
2026-02-16 17:11:32 +00:00
..
src fetch: introduce domain type RefPrefix 2026-02-16 17:11:32 +00:00
Cargo.toml core: Introduce RepoId 2026-01-09 14:03:27 +01:00