osp-cli 1.5.1

CLI and REPL for querying and managing OSP infrastructure data
Documentation
1
2
3
4
5
6
7
8
9
10
#![allow(missing_docs)]

#[path = "unit/dsl_parser.rs"]
mod dsl_parser;

#[path = "unit/ldap_filter.rs"]
mod ldap_filter;

#[path = "unit/verb_policy.rs"]
mod verb_policy;