P3KI / bendy

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

Internal Restructuring #13

Closed 0ndorio closed 5 years ago

0ndorio commented 5 years ago

These commits will split the content of the existing sub-modules into multiple files and uses the chance to rename the following modules:

The new structure will not be exported (for now) to avoid the breaking change until we start to introduce the new FromBencode deserialization trait, its related Error type and the required rename of Encodable into ToBencode.