radicle-heartwood-lfs/crates/radicle-cob
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
..
src cob: further restrict TypeName 2026-02-09 10:09:12 +01:00
Cargo.toml cob: enable sha1 feature 2026-02-09 10:08:30 +01:00