2 releases
0.1.2 | Mar 26, 2020 |
---|---|
0.1.1 | Oct 23, 2019 |
#17 in #src
2KB
rust_library
Rust Crate To Calculte the Length Of A String
To Use
Paste it into your Cargo.toml file
[dependencies] string_len = "0.1.1"
Import in src using use keyword
then use in src by calling function String_len::strlen() and pass your argument in parentheses.