string_more 0.2.0

Extension traits for `String` and `&str` types.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Davide Di Carlo <daddinuz@gmail.com>"]
description = "Extension traits for `String` and `&str` types."
name = "string_more"
version = "0.2.0"
edition = "2021"
license = "MIT"
keywords = ["String", "str", "extension", "in-place", "edit-distance"]
rust-version = "1.80"
repository = "https://github.com/daddinuz/string_more"

[dependencies]