Crates.io | stringutils |
lib.rs | stringutils |
version | 0.0.3 |
source | src |
created_at | 2018-04-16 13:19:51.495799 |
updated_at | 2021-05-11 14:35:04.455862 |
description | A collection of various and (hopefully) useful String utility functions. |
homepage | |
repository | https://github.com/philippludwig/rust-stringutils.git |
max_upload_size | |
id | 60892 |
size | 4,641 |
This crate contains various string utility functions for Rust, hopefully useful ones. New functions are added as needed.
byte_array_to_string
: Convert a slice of type [u8]
to a String
.timestamp_to_string
: Convert a timestamp (in seconds) into a human-readable representation.libc
crate (as of version 0.0.2).