rops 0.1.7

SOPS-like library in pure Rust
Documentation
1
2
3
4
5
use crate::*;

pub trait ToExternalMap<S: RopsMapState> {
    fn to_external<F: FileFormat>(self) -> RopsFileFormatMap<S, F>;
}