Docs.rs
loki_text-0.1.0
loki_text 0.1.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
roquess
Dependencies
regex ^1.11
normal
Versions
77.27%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
loki_
text
0.1.0
Module utils
Module Items
Functions
In crate loki_
text
loki_text
Module
utils
Copy item path
Source
Functions
ยง
is_
empty_
or_
whitespace
Checks if a string is empty or contains only whitespace.
to_
byte_
vector
Converts a string to a vector of bytes.
to_
string
Converts a vector of bytes to a string.
trim_
whitespace
Removes leading and trailing whitespace from a string.