lafere 0.1.0

A more or less simple communication protocol library.
Documentation
1
2
3
4
5
mod poll_fn;
mod pinned_future;

pub use poll_fn::{poll_fn, PollFn};
pub use pinned_future::PinnedFuture;