aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-netdoc/src/encode/multiplicity.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-netdoc: encode derive: New default(skip) featureIan Jackson2026-06-221-0/+9
| | | | This lets us skip fields which have the default values.
* tor-netdoc: Document that parse2 vs encode multiplicity match req'tIan Jackson2026-05-181-0/+20
|
* tor-netdoc: Introduce RetainedOrderVec parse/encode typeIan Jackson2026-04-231-0/+8
|
* Fix typosTobias Stoeckmann2026-03-241-1/+1
| | | | Typos found with codespell
* tor-netdoc encode: Fix typos in multiplicity check method docsIan Jackson2025-12-101-4/+4
|
* tor-netdoc encode: Enhance explanation of DeterminedMultiplicitySelectorIan Jackson2025-12-101-0/+3
|
* tor-netdoc encode multiplicity: Fix wrong trait refIan Jackson2025-12-101-1/+1
|
* tor-netdoc encode multiplicity: Add a note about omission of intro itemsIan Jackson2025-12-101-1/+1
|
* tor-netdoc Linkify three more typesIan Jackson2025-12-101-1/+1
|
* tor-netdoc Fix docs typoIan Jackson2025-12-101-1/+1
|
* tor-netdoc: derive netdoc encoding traitsIan Jackson2025-12-101-0/+3
| | | | | Signature encoding is not yet supported. We need to consider how this will work.
* tor-netdoc: encoding: Provide multiplicity moduleIan Jackson2025-12-101-0/+196
This is quite like the one for parse2, but separate for Reasons. Also add a bit of explanation to parse2's multiplicity.rs, about why there are all these different FooSetMethods traits, which the encoder doesn't need.