P3KI / bendy

A rust library for encoding and decoding bencode with enforced cannonicalization rules.
BSD 3-Clause "New" or "Revised" License
70 stars 13 forks source link

Remove duplicated test code of `README.md` #24

Open 0ndorio opened 4 years ago

0ndorio commented 4 years ago

If cfg(doctest) stabilized (or cfg(test) got fixed), we can use doc-comment for including code in README in doc-test, then we can remove tests/readme.rs.