palehorse 0.0.1

Deterministic policy enforcement base.
Documentation
1
2
3
4
5
6
7
//! Palehorse
//! 
//! Placeholder for the deterministic policy enforcement system.

pub fn version() -> &'static str {
    "0.0.1"
}