radicle-heartwood-lfs/crates/radicle-protocol
Fintan Halpenny b1eedd3b64 protocol/service: introduce Responder type
Introduce a `Responder` type that wraps a
`crossbeam_channel::Sender<Result<T>>`.

It provides a standard constructor and three sending methods: one for
a `Result`, one for an `Ok` value, and one for an `Err` value.
2026-02-16 13:25:58 +01:00
..
src protocol/service: introduce Responder type 2026-02-16 13:25:58 +01:00
Cargo.toml protocol: Depend on `cypheraddr` not `cyphernet` 2026-02-16 09:43:38 +00:00