serde-bencode icon indicating copy to clipboard operation
serde-bencode copied to clipboard

Change from pub to pub(crate)

Open josecelano opened this issue 2 years ago • 0 comments

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

josecelano avatar Oct 09 '23 14:10 josecelano