Jason Priest
Jason Priest
I was first curious if it was possible to easily modify things to use the full paths of items (`module::fn_name` instead of `fn_name`), but asking on `#rust-internals`, that may be...
Right now the `ResultExt` trait requires the bound `E: Fail`, but can this bound be moved to individual methods? Would anyone else enjoy a method equivalent to `|e| { e.map_err(|_|...
Just wanted to let you know the site is broken 
[glium_text::draw() uses Default::default() to instantiate new DrawParameters on every call](https://github.com/tomaka/glium_text/blob/master/src/lib.rs#L405). This seems both inefficient and very inflexible.
Hi, I'm using pip 9.0.1. Whenever I run `sudo pip install todotxt-machine` I get an old copy that does not include #34 even though this was merged a year ago....