#ffi #security #no-std

no-std secure-execution

Determine if your code requires secure execution

1 unstable release

0.1.0 Jan 10, 2025

#220 in Operating systems

Download history 231/week @ 2025-01-09 665/week @ 2025-01-16 310/week @ 2025-01-23 120/week @ 2025-01-30 34/week @ 2025-02-06

1,142 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