Adolfo Ochagavía
Adolfo Ochagavía
Same here
I think it would be a good idea to create a `BencodeString` type, which contains a `Vec` without the guarantee of UTF8 correctness (similar to the `Key` struct). You could...
Is this because the `Decoder` trait only provides a `read_str` method?
I will try to come up with an idea to solve this...
It looks like there is no way to do it...
I have opened an issue (https://github.com/rust-lang/rust/issues/15683) in rustc to extend the Encoder and Decoder traits.
Since Rosetta Code runs on MediaWiki, I think we should consider using the [MediaWiki API](https://www.mediawiki.org/wiki/API:Main_page). I don't know how useful the API is (just found it by googling), but maybe...
You would need either to box it or to write down the concrete struct... Which is painful to say the least.
This is **very** nice! I think we should port the ones that we don't yet have!
I have added Closures/Value capture, but it is by no means a port... It has nothing in common with the original