Crates.io | string_len |
lib.rs | string_len |
version | 0.1.2 |
source | src |
created_at | 2019-10-23 09:20:59.513692 |
updated_at | 2020-03-26 20:48:21.595141 |
description | library that calculate string length |
homepage | |
repository | https://github.com/Uzairhussain98/rust_library |
max_upload_size | |
id | 174828 |
size | 1,485 |
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.