tvl-depot/users/Profpatsch
Profpatsch a044a87084 fix(users/Profpatsch/netencode): remove Boxes in AST struct
Apparently HashMap and Vec already do internal boxing, so the extra
indirection in the value isn’t needed.

Then, in order to make things uniform, move the boxing of `Sum` into
the `Tag` value. No extra boxing in the recursion! \o/

Change-Id: Ic21d2e3e6ac0c6e1f045bf2c9d3e9c5af446fcff
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2443
Reviewed-by: Profpatsch <mail@profpatsch.de>
Tested-by: BuildkiteCI
2021-01-27 13:41:18 +00:00
..
emacs-tree-sitter-move feat(emacs-tree-sitter-move): shell and json test files 2021-01-01 22:40:38 +00:00
netencode fix(users/Profpatsch/netencode): remove Boxes in AST struct 2021-01-27 13:41:18 +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 feat(users/Profpatsch): set up a file watcher for tree sitter 2021-01-17 11:37:39 +00:00
OWNERS feat(users/Profpatsch): add home directory 2020-06-27 03:39:57 +00:00
rust-crates.nix feat(users/Profpatsch): set up a file watcher for tree sitter 2021-01-17 11:37:39 +00:00
tree-sitter.nix feat(users/Profpatsch/netstring): add rust to_netstring 2021-01-23 15:33:50 +00:00