Topic | Description | Link |
---|---|---|
RegEx | Regular expressions are a "little language" for specifying text to find. |
RegEx crate RustBites RegEx |
Strings |
Rust std strings come in two flavors: |
std::String std::str std::path std::path::PathBuf std::path::Path Rust by Example |