aorist_constraint 0.0.13

Example constraint crate for the aorist project
Documentation
1
2
3
4
5
6
7
mod constraint;
pub use crate::constraint::*;

#[cfg(feature = "python")]
mod python;
#[cfg(feature = "python")]
pub use crate::python::constraints_module;