#ffi #security #no-std

no-std secure-execution

Determine if your code requires secure execution

1 unstable release

0.1.0 Jan 10, 2025

#201 in Operating systems

Download history 257/week @ 2025-01-10 712/week @ 2025-01-17 250/week @ 2025-01-24 116/week @ 2025-01-31 178/week @ 2025-02-07 81/week @ 2025-02-14 160/week @ 2025-02-21 168/week @ 2025-02-28

600 downloads per month
Used in 3 crates (via kbvm)

MIT/Apache

11KB
60 lines

secure-execution

crates.io docs.rs

This crate provides a cross-platform function to determine if the running executable requires secure execution.

License

This project is licensed under either of

  • Apache License, Version 2.0
  • MIT License

at your option.


lib.rs:

This crate provides a cross-platform function to determine if the running executable requires secure execution.

See the documentation of requires_secure_execution for details.

Dependencies

~4KB