dalek-cryptography / ed25519-dalek

Fast and efficient ed25519 signing and verification in Rust.
BSD 3-Clause "New" or "Revised" License
684 stars 227 forks source link

Add no_std to CI #289

Closed pinkforest closed 1 year ago

pinkforest commented 1 year ago

The missing test in CI:

Testing that std is not required with a target that does not have it by cargo-hack excluding default, std and serde

serde is excluded and when this test is merged and re-based into #288 it can be tested there with the fix there for serde.