strmath 0.8.1

Do math with your strings.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]

    authors     = ["Rhelvetican", "mbrubeck"]

    description = "Do math with your strings."

    edition     = "2024"

    homepage    = "https://github.com/Rhelvetican/strmath"

    keywords    = ["math", "string", "strmath"]

    license     = "MIT"

    name        = "strmath"

    readme      = "README.md"

    repository  = "https://github.com/Rhelvetican/strmath"

    version     = "0.8.1"



[lib]

    crate-type = ["lib"]



[dependencies]

    unicode-segmentation = "1.12"