rust-lightning/no-std-check
Matt Corallo 65108a022f Add a crate which wraps getrandom but always compiles
In the next commit we'll drop the `ahash` dependency in favor of
directly calling `getrandom` to seed our hash tables. However,
we'd like to depend on `getrandom` only on certain platforms *and*
only when certain features (no-std) are set.

This introduces an indirection crate to do so, allowing us to
depend on it only when `no-std` is set but only depending on
`getrandom` on platforms which it supports.
2024-02-16 20:34:40 +00:00
..
src Test a full no-std build in the no-std-check crate in CI 2022-10-07 17:19:12 +00:00
Cargo.toml Add a crate which wraps getrandom but always compiles 2024-02-16 20:34:40 +00:00