Module benko::encode[][src]

The implementations for the EncodeBencode trait. Which allow a Benc enum to be encoded back into an array of ascii bytes.

Traits

EncodeBencode

Any type that implements the ParseBenc can also by design be converted back into a bencoded byte array.