laysakura / serde-encrypt

🔐 Encrypts all the Serialize.
Apache License 2.0
175 stars 6 forks source link

check no_std build #27

Closed laysakura closed 3 years ago

laysakura commented 3 years ago

with --target=aarch64-unknown-none

even though my lib.rs says #![no_std], any dependency may not be no_std.