string_len 0.1.2

library that calculate string length
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.11 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 964.99 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Uzairhussain98/rust_library
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Uzairhussain98

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.