radicle-heartwood-lfs/crates/radicle-crypto/src
Fintan Halpenny 5b260964cb crypto: mark errors as `non_exhaustive`
To improve crate version churn, mark the error types as `non_exhaustive`.
This removes the need to change the version number of the crate when adding a
new variant.

Note that these errors are never matched on, so no other code is changed in
dependent crates.
2025-10-06 18:57:30 +02:00
..
ssh crypto: mark errors as `non_exhaustive` 2025-10-06 18:57:30 +02:00
test repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00
lib.rs crypto: mark errors as `non_exhaustive` 2025-10-06 18:57:30 +02:00
ssh.rs crypto: mark errors as `non_exhaustive` 2025-10-06 18:57:30 +02:00
test.rs repo: Move workspace crates into `crates` subdirectory 2025-06-09 15:09:21 +02:00