Skip to content

Commit

Permalink
Merge pull request #1998 from radixdlt/tweak/cuttlefish-manifest-repr…
Browse files Browse the repository at this point in the history
…esentation

Tweak/cuttlefish manifest representation
  • Loading branch information
dhedey authored Nov 11, 2024
2 parents f133a57 + 8da932e commit 423e26a
Show file tree
Hide file tree
Showing 16 changed files with 1,063 additions and 164 deletions.
1 change: 1 addition & 0 deletions radix-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ default = ["std"]
std = ["indexmap/std"]
alloc = ["hashbrown"]
serde = ["serde/derive", "indexmap/serde"]
unicode = []
# This flag is set by fuzz-tests framework and it enables StubHasher (instead of RandomHasher) for
# Map and Set structs to prevent non-determinism when fuzzing.
fuzzing = ["indexmap/arbitrary"]
Expand Down
2 changes: 2 additions & 0 deletions radix-rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ mod macros;
mod resolve;
pub mod rust;
mod slice;
#[cfg(feature = "unicode")]
pub mod unicode;

pub use contextual_display::*;
#[cfg(feature = "serde")]
Expand Down
Loading

0 comments on commit 423e26a

Please sign in to comment.