rops 0.1.7

SOPS-like library in pure Rust
Documentation
1
2
3
4
5
6
7
pub trait MockTestUtil {
    fn mock() -> Self;
}

pub trait MockOtherTestUtil {
    fn mock_other() -> Self;
}