This crate provides a substring method on Rust string types. The method takes a start and end character index and returns a string slice containing the characters within that range. The method is ...
better-substring is a lightweight (~180 bytes) tool that enhances the default substring method. No more words split in half! Basic example, will try to split at index 3.