stringutils 0.0.3

A collection of various and (hopefully) useful String utility functions.
Documentation
  • Coverage
  • 66.67%
    2 out of 3 items documented2 out of 2 items with examples
  • Size
  • Source code size: 4.27 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.03 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • philippludwig/rust-stringutils
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • philippludwig

rust-stringutils

This crate contains various string utility functions for Rust, hopefully useful ones. New functions are added as needed.

Overview

  • 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.

Dependencies

  • The libc crate (as of version 0.0.2).