about summary refs log tree commit diff
path: root/pkgs/profpatsch/netencode/record-get.rs
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch/netencode: Encode into U instead of TProfpatsch2020-07-061-2/+9
| | | | | | | | This is an experiment about whether we can get away with using the non-recursive version by default. The U::Record variant uses a Vec instead of a HashMap by default, to make encoding from lists easier, and keep the ordering as given.
* pkgs/profpatsch: move record-get to netencodeProfpatsch2020-07-061-0/+56