substring 1.4.0

A substring method for string types.
Documentation
1
2
3
4
5
fn main() {
    if autocfg::new().probe_rustc_version(1, 6) {
        autocfg::emit("no_std");
    }
}