serde-bencode
serde-bencode copied to clipboard
Change from pub to pub(crate)
Some structs should be pub(crate):
- https://github.com/toby/serde-bencode/blob/master/src/de.rs#L13
- https://github.com/toby/serde-bencode/blob/master/src/ser.rs#L87
- https://github.com/toby/serde-bencode/blob/master/src/ser/string.rs#L24