//! Official Rust client for the [StringEncrypt](https://www.stringencrypt.com) Web API.
//!
//! Configure a [`StringEncrypt`] client, then call [`StringEncrypt::encrypt_string`],
//! [`StringEncrypt::encrypt_file_contents`], or [`StringEncrypt::is_demo`].
pub use Command;
pub use ErrorCode;
pub use Language;
pub use NewLine;
pub use ;