snix/tvix/nix-compat/src/wire/bytes
edef 652413c97d refactor(nix-compat/wire/bytes): don't parametrise on RangeBounds
This is semantically a RangeInclusive, since we can only have
0..=u64::MAX at most, and monomorphising on the bounds doesn't
buy us anything.

Change-Id: Ib601d7fd77d703d6c8c5ec27ac9e67bb122ce1c0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11515
Reviewed-by: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
2024-04-25 23:47:49 +00:00
..
mod.rs docs(tvix/nix-compat): add missing reference to BytesReader 2024-04-24 20:06:17 +00:00
reader.rs refactor(nix-compat/wire/bytes): don't parametrise on RangeBounds 2024-04-25 23:47:49 +00:00
writer.rs feat(tvix/nix-compat/wire/bytes): add #[inline] for ensure_* funcs 2024-04-13 11:45:38 +00:00