rustgo 1.0.0

A package that enriches the rust standard crate, referring to the Golang implementation.
Documentation
// pub mod bufio;
// pub mod bytes;
// pub mod crypto;
// pub mod encoding;
// pub mod hash;
// pub mod math;
// pub mod path;
// pub mod sort;
// pub mod strconv;
pub mod strings;
// pub mod time;

#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}