Expand description
Official Rust client for the StringEncrypt Web API.
Configure a StringEncrypt client, then call StringEncrypt::encrypt_string,
StringEncrypt::encrypt_file_contents, or StringEncrypt::is_demo.
Structs§
- ApiResponse
- Decoded JSON object from a successful
sendcall, or transport/parse failure represented asNone. - Command
- Web API
commandparameter. - Error
Code - API error codes returned in encrypt responses (
errorfield). - Language
- Output language for generated decryptor code (
langrequest field). - NewLine
- Line ending style for generated source (
new_linesrequest field). - String
Encrypt - Stateful HTTP client: pass the activation key to the constructor, configure other options via
setters, then
StringEncrypt::send.
Enums§
- Highlight
Arg - Argument for
StringEncrypt::set_highlight.