ez-bencoding 0.2.0

ez-bencoding is a bencoding library, which uses the bdecode algorithm from libtorrent 3rd edition
Documentation
1
2
3
4
5
6
7
crate::primitive_bdecode_node!(End);

impl End {
    pub fn to_json(&self) -> String {
        "".to_string()
    }
}