rust-secp256k1-unsafe-fast/no_std_test
Martin Habovstiak 742c69f975 Compile `no_std` test using xargo
The `no_std` test disables `std`, so unwinding is unsupported, so we use
`panic = "abort"` but the `core` library is compiled with unwind by
default which breaks the build. Xargo can handle this by recompiling
`core` with `panic = "abort"` so we use it.
2024-07-04 09:21:30 +02:00
..
src Use `libc::abort` instead of `intrinsics::abort` 2024-07-03 06:47:16 +02:00
Cargo.toml Migrate `no_std_test` to edition 2021 2024-07-04 07:30:45 +02:00
Xargo.toml Compile `no_std` test using xargo 2024-07-04 09:21:30 +02:00