about summary refs log tree commit diff
path: root/pkgs/profpatsch/netencode/record-get.rs
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch: adjust exec stuff to new skalibsProfpatsch2021-02-051-6/+36
| | | | | | | | | | | skarnet thought it would be wise to completely change the skalibs exec function interface without any backwards compat, so here we are. Have to reverse the code a bit, because `xmexec0` is a recursive `#define` pointing to `xmexec0_af`. `record-get` gets a rust treatment, it doesn’t really need the C interface just to exec into prog.
* 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