about summary refs log tree commit diff
path: root/pkgs/profpatsch/encode/encode.rs
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch: rename encode to netencodeProfpatsch2020-06-061-399/+0
| | | | | Less generic, has the spirit of “netstrings, but extended to a structured encoding format”.
* pkgs/profpatsch/encode: add list/dict lengths to rust parserProfpatsch2020-06-061-18/+26
|
* pkgs/profpatsch/encode: add function for printing T valuesProfpatsch2020-06-021-1/+52
|
* pkgs/profpatsch/encode: put parser in submoduleProfpatsch2020-06-021-283/+281
|
* pkgs/profpatsch/encode: initial rust parserProfpatsch2020-06-021-0/+342
Uses the nom parsing combinator library.