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