stringutils 0.0.1

A collection of various and (hopefully) useful String utility functions.
Documentation

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.

Dependencies

None