secure-execution 0.1.0

Determine if your code requires secure execution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# secure-execution

[![crates.io](https://img.shields.io/crates/v/secure-execution.svg)](http://crates.io/crates/secure-execution)
[![docs.rs](https://docs.rs/secure-execution/badge.svg)](http://docs.rs/secure-execution)

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.