rust_string_utils 0.1.5

String utilities for rust based on org.apache.commons.lang3
Documentation
# Ignore the target directory
/target/

# Ignore Cargo.lock (if you are building a library)
# Cargo.lock

# Ignore build artifacts
**/*.rs.bk
**/*.rs.swp
**/*.rs.swo

# Ignore IDE specific files
.idea/
.vscode/
*.iml

# Ignore OS generated files
.DS_Store
Thumbs.db