rust-lightning/no-std-check
Matt Corallo ada0df2d9f Test a full no-std build in the no-std-check crate in CI
Rust is incredibly forgiving in attempts to access `std`, making it
rather difficult to test `no-std` properly. In practice, the only
decent way to do so is to actually build for a platform that does
not have `std`, which we do here by building the `no-std-check`
crate for `arm-thumbv7m-none-eabi`.
2022-10-07 17:19:12 +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 no-std support for RGS 2022-09-15 09:27:34 +02:00