radicle-heartwood-lfs/crates
Fintan Halpenny 82ad52b169 cob: further restrict TypeName
Domain Names have restrictions on their total length, and the length
of individual labels[^0].

Since `TypeName`s are expected to be reverse domain name strings, the
total length of the internal string should not exceed 255 and each
component should not exceed 63.

[^0]: https://www.rfc-editor.org/rfc/rfc1035#section-2.3.4
2026-02-09 10:09:12 +01:00
..
radicle protocol/service: Wire up `FetcherService` 2026-02-05 20:04:28 +01:00
radicle-cli cli: optional message for issue comments 2026-02-05 19:58:46 +01:00
radicle-cli-test core: Introduce RepoId 2026-01-09 14:03:27 +01:00
radicle-cob cob: further restrict TypeName 2026-02-09 10:09:12 +01:00
radicle-core core: Fix doctest 2026-01-22 10:48:43 +01:00
radicle-crypto core: Introduce RepoId 2026-01-09 14:03:27 +01:00
radicle-dag repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
radicle-fetch fetch: remove `target: "fetch"` 2026-01-19 17:56:56 +01:00
radicle-git-metadata core: Introduce RepoId 2026-01-09 14:03:27 +01:00
radicle-git-ref-format git-ref-format: New crate 2025-10-13 13:34:15 +02:00
radicle-localtime clippy: Deny and fix `must_use_candidate` 2026-01-16 22:52:53 +01:00
radicle-node protocol/service: Wire up `FetcherService` 2026-02-05 20:04:28 +01:00
radicle-oid oid: use `std:#️⃣:Hasher::hash` over `Hasher::write` 2025-10-16 15:14:10 +01:00
radicle-protocol protocol/service: Wire up `FetcherService` 2026-02-05 20:04:28 +01:00
radicle-remote-helper core: Introduce RepoId 2026-01-09 14:03:27 +01:00
radicle-schemars protocol/service: Wire up `FetcherService` 2026-02-05 20:04:28 +01:00
radicle-signals signals: Guard most of the crate for Unix 2025-08-22 15:19:31 +01:00
radicle-ssh core: Introduce RepoId 2026-01-09 14:03:27 +01:00
radicle-systemd systemd: Support Credentials 2025-10-09 10:03:21 +01:00
radicle-term core: Introduce RepoId 2026-01-09 14:03:27 +01:00