| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
tor_bytes also has a write_onto method. And types (especially utility
types like `Ignored`) might conceivably implement both!
No need for semver update since this was pub(crate) in the previous release.
|
| | |
|
| |
|
|
|
| |
clippy points out that if argument-less `new` can exist, so should
Default.
|
| |
|
|
|
| |
My planned new derive for encoding will be pub, but cfg gated, like
parse2 is.
|
| | |
|
| |
|
|
|
| |
My planned encoding derive macro is not going to use `decl_keyword!`
but will need to call `NetdocEncoder::item`.
|
|
|
The word "build" so often in Rust means builder pattern. This module
contains functions for encoding.
|