stringencrypt 1.0.0

Official Rust client for the StringEncrypt.com Web API — generate polymorphic decryptors for many programming languages.
Documentation
1
2
3
4
5
6
7
8
/// Line ending style for generated source (`new_lines` request field).
pub struct NewLine;

impl NewLine {
    pub const LF: &'static str = "lf";
    pub const CRLF: &'static str = "crlf";
    pub const CR: &'static str = "cr";
}