Andrew Cann

Results 35 comments of Andrew Cann

Ever since the `add_any_port` method was added this library has had _some_ support for IGD 2.0 although it by no means supports all the IGD 2.0 methods (or all the...

I know this is an old issue, but why do we even need `util::ByteString`? Can't we just `Vec` directly?

Actually nevermind. My plan would make it more difficult and inefficient to parse bencoded data from a reader (which is what people probably usually want to do). I'll rethink things.

I've implemented what I mentioned in the first comment on a branch http://github.com/canndrew/rust-bencode/tree/borrowed . It adds an extra `BorrowedBencode

Ah okay. crates.io points to his version aswell so I don't know how I ended up at your repo. But anyhow, I've submitted a PR to update the README in...

I'm surprised this didn't exist already which makes me suspect I'm missing some obvious reason why it shouldn't exist. But anyway, I've found this very useful so I'm leaving this...

@DaGenix Any interest in this?

@DaGenix Bump. I'm using a local, patched version of rust-crypto that has this for a project that I'm thinking of publishing on crates.io. I don't really wanna have to remove...

> I don't suppose it's possible or wise to panic on a call to `finish` is it? That's probably a better idea really. The point of this `Hasher` impl is...

Hi, I'm a complete noob to this stuff and trying to write my first android app in rust, so sorry if this is a dumb question. Would it be possible...