-
Notifications
You must be signed in to change notification settings - Fork 527
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: Move encoding functions into separate modules (#1111)
* style: Move varint encoding to separate module While the `encoding` module is undocumented and not stable, there are known users. Leave a alias in place to prevent breaking them. * style: Move length delimiter encoding to separate module Leave a alias in `lib.rs` to prevent a breaking change. * style: Move wire type to separate module While the `encoding` module is undocumented and not stable, there are known users. Leave a alias in place to prevent breaking them.
- Loading branch information
1 parent
ad5650b
commit ef27f65
Showing
9 changed files
with
392 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.