srrrse
srrrse
I noticed that `cargo build` has two subcommands, both added this year. I believe this accurately describes their behavior: * `--target-dir`: Replaces `$PWD/target` with this directory (e.g. a debug build...
Would be nice to have actually good documentation here
Adds support for a propane integration, which will make a propane generator Ok-wrapping. see withoutboats/propane#9
Blocked on: #40 #39 #48. Master now contains breaking changes, the next release will need to be 2.0.
This relates mainly to #23 and #52. ### Frontend/Backend Currently, the use of a rustbox interface is pretty deeply entangled with text manipulation; this seems inadvisible - if iota is...
As a rule, I try to organize my code so that the relationships between modules are acyclic - if I import something from module a into module b, I don't...
With completion based IO, we need a way to deregister interest in the IO when it is cancelled. Setting aside buffer management issues (which have been discussed at length elsewhere),...
It would be beneficial to have an abstraction over the interface we expect UDP sockets to provide, so that protocols built on top of UDP can be reactor agnostic.
Looking at the code, I noticed that stream IDs are hashed using the identity hash function (added in #1149). Stream IDs are unique u64s, but I believe they are not...
The documentation of parsing an attribute feels incomplete, and rather confusing. I specifically want to inject a new attribute constructed with `quote!` into the vector of attributes I have already...