radicle-heartwood-lfs/crates/radicle
Lorenz Leutgeb 3c3d81a085 node: Use Mio
The dependencies `netservices`, `io-reactor` and `popol` served us well,
however they do not support Windows and are not actively maintained.

This change removes the aforementioned dependencies (and `libc` along
with them). It reuses the integration with `cyphernet` from
`netservices` for Noise and SOCKS.

The new module `reactor` is a rewrite of `io-reactor` on top of Mio.

Note that no tests were changed.
2025-10-10 09:45:05 +01:00
..
src node: Use Mio 2025-10-10 09:45:05 +01:00
CHANGELOG.md node: Report sync status for given namespaces 2025-10-09 07:55:11 +02:00
Cargo.toml crypto: Depend on `git-ref-format-core` only 2025-10-09 17:18:59 +02:00