snix/tvix/nix-compat/src
Florian Klink 0dd421414e feat(tvix/nix-compat/wire/bytes): add #[inline] for ensure_* funcs
While the compiler might realize it's a good idea to inline these,
especially considering this is in the same crate [1], it doesn't hurt to
add that annotation too.

Suggested in cl/11385.

[1]: https://nnethercote.github.io/perf-book/inlining.html

Change-Id: If679fce0e1aab9ec681ba60f689d386d6fd92d61
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11403
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
Autosubmit: flokli <flokli@flokli.de>
2024-04-13 11:45:38 +00:00
..
aterm docs(nix-compat/aterm/parser): fix docstring 2023-12-21 16:43:44 +00:00
bin docs(nix-compat/drvfmt): fix reference 2023-12-21 16:39:07 +00:00
derivation feat(tvix/nix-compat): implement Serialize, Deserialize for NixHash 2024-04-13 10:03:50 +00:00
nar refactor(tvix/nix-compat): move nar writer to tokio 2024-04-13 10:09:35 +00:00
narinfo feat(tvix/nix-compat): impl Deserialize, Serialize for Signature 2024-04-13 10:03:50 +00:00
nix_daemon refactor(tvix/nix-compat): move worker_protocol into nix_daemon mod 2024-04-13 10:09:35 +00:00
nixhash feat(tvix/nix-compat): implement Serialize, Deserialize for NixHash 2024-04-13 10:03:50 +00:00
store_path feat(nix-compat/store_path): impl [Partial]Ord for StorePathRef 2024-04-13 10:03:50 +00:00
wire feat(tvix/nix-compat/wire/bytes): add #[inline] for ensure_* funcs 2024-04-13 11:45:38 +00:00
lib.rs refactor(tvix/nix-compat): move worker_protocol into nix_daemon mod 2024-04-13 10:09:35 +00:00
nixbase32.rs refactor(nix-compat/nixbase32): address clippy 2023-12-09 12:58:39 +00:00
path_info.rs feat(tvix/nix-compat): introduce ExportedPathInfo struct 2024-04-13 10:03:50 +00:00