arya dradjica

Results 22 issues of arya dradjica

This is a work-in-progress PR for overhauling `net::server` on top of `new_base`. It aims to address some of the shortcomings we have encountered with the service layering design, while otherwise...

The codebase currently contains a mix of: ``` // In `lib.rs`: #[cfg(feature = "foo")] mod foo; ``` and: ``` // In `foo/mod.rs`: #![cfg(feature = "foo")] ``` We should decide on...