nakamoto-net-mio

Crates.ionakamoto-net-mio
lib.rsnakamoto-net-mio
version0.1.0
sourcesrc
created_at2022-12-19 19:22:37.420384
updated_at2022-12-19 19:22:37.420384
descriptionMio-based networking for nakamoto
homepagehttps://github.com/johncantrell97/nakamoto-net-mio
repositoryhttps://github.com/johncantrell97/nakamoto-net-mio
max_upload_size
id741499
size32,770
John Cantrell (johncantrell97)

documentation

https://docs.rs/nakamoto-net-mio

README

nakamoto-net-mio

This crate is a nakamoto network reactor implemented using the mio library. It is a drop-in replacement for the default nakamoto-net-poll crate normally used with nakamoto. The reason to use this over nakamoto-net-poll is purely for better cross-platform support. At the moment nakamoto-net-poll is based on popol which is a minimal wrapper around poll(). I believe popol will only work on unix based systems.

Commit count: 3

cargo fmt