tvl-depot/users/Profpatsch
Profpatsch 9fe1db6193 feat(users/Profpatsch/netencode): add U::to_t()
This fell out of us moving the `U::List` to a `Vec`.

I noticed that now we have deep recursion for `U`s, which originally
wasn’t intended; reverting to contain `&[u8]` might be a good
experiment, as long as the lists stay a `Vec<&'a [u8]`, which was the
thing preventing us from parsing lists without allocating memory.

Change-Id: I4900c5dea460fa69a78ce0dbed5708495af5d2e1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2495
Tested-by: BuildkiteCI
Reviewed-by: Profpatsch <mail@profpatsch.de>
2021-02-09 01:36:27 +00:00
..
arglib refactor(users/Profpatsch): move arglib_netencode into its own lib 2021-01-31 11:10:00 +00:00
emacs-tree-sitter-move feat(emacs-tree-sitter-move): shell and json test files 2021-01-01 22:40:38 +00:00
execline fix(users/Profpatsch/execline): fix exec_into_args off-by-1 2021-02-06 21:38:57 +00:00
netencode feat(users/Profpatsch/netencode): add U::to_t() 2021-02-09 01:36:27 +00:00
netstring feat(users/Profpatsch/netencode): rename spec -> README 2021-01-23 15:37:26 +00:00
nixpkgs-rewriter feat(users/Profpatsch): add script for randomly evaling nixpkgs 2021-01-11 08:58:57 +00:00
writers feat(Profpatsch/writers): add rustSimple writers 2021-01-03 16:29:57 +00:00
lib.nix fix(users/Profpatsch/lib): eprintenv should exec into prog 2021-01-31 11:10:00 +00:00
OWNERS feat(users/Profpatsch): add home directory 2020-06-27 03:39:57 +00:00
read-http.nix feat(users/Profpatsch/{netencode,http-parse}): use HashMap 2021-02-06 21:38:57 +00:00
read-http.rs feat(users/Profpatsch/netencode): encode() impl for T and U 2021-02-06 22:29:21 +00:00
rust-crates.nix fix(users/Profpatsch/read-http): actually parse ascii 2021-01-31 11:10:00 +00:00
tree-sitter.nix feat(users/Profpatsch/netstring): add rust to_netstring 2021-01-23 15:33:50 +00:00