tvl-depot/tvix/nix-compat/src
Brian Olsen 228bf55646 fix(tvix/nix-compat): Feature flag code only used in async
When only the wire feature was enabled two methods were unused and so
would faild `cargo check --no-default-features --features wire`.

This feature flags those two methods on async feature since that is the
only place they are used.

Change-Id: I6ec18a670e3c6e3ecee8d1417c99f1a5084e0ae7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12346
Reviewed-by: flokli <flokli@flokli.de>
Autosubmit: Brian Olsen <me@griff.name>
Tested-by: BuildkiteCI
2024-08-25 15:05:53 +00:00
..
aterm refactor(nix-compat/aterm): update function names a bit 2024-08-20 15:14:27 +00:00
bin feat(tvix): Jemalloc -> MiMalloc 2024-08-08 08:06:23 +00:00
derivation refactor(nix-compat/store_path): make StorePath generic on S 2024-08-20 15:14:27 +00:00
nar feat(tvix/nix-compat): entry locator in listing structures 2024-08-19 22:32:09 +00:00
narinfo feat(nix-compat/narinfo/signature): generalize name field 2024-08-19 19:46:34 +00:00
nix_daemon feat(tvix/nix-compat-derive): Add deriver for NixDeserialize 2024-08-25 15:05:50 +00:00
nix_http feat(nix-compat): add constants for mime types 2024-08-23 15:02:14 +00:00
nixcpp refactor(tvix/nix-compat): rename PubKey to VerifyingKey 2024-07-21 21:41:54 +00:00
nixhash refactor(tvix/nix-compat): introduce CaHash::algo_str 2024-07-27 10:53:56 +00:00
store_path refactor(nix-compat/store_path): make StorePath generic on S 2024-08-20 15:14:27 +00:00
wire fix(tvix/nix-compat): Feature flag code only used in async 2024-08-25 15:05:53 +00:00
lib.rs feat(nix-compat): Add NixDeserialize and NixRead traits 2024-08-25 15:05:50 +00:00
nixbase32.rs fix(tvix/nix-compat): Fix panic in nixbase32 decoding 2024-07-28 20:55:51 +00:00
path_info.rs feat(tvix/nix-compat/path_info): derive Hash for ExportedPathInfo 2024-04-13 21:41:47 +00:00