string_len

Crates.iostring_len
lib.rsstring_len
version0.1.2
sourcesrc
created_at2019-10-23 09:20:59.513692
updated_at2020-03-26 20:48:21.595141
descriptionlibrary that calculate string length
homepage
repositoryhttps://github.com/Uzairhussain98/rust_library
max_upload_size
id174828
size1,485
(Uzairhussain98)

documentation

README

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.

Commit count: 6

cargo fmt