Rust should have a big standard library and here's why

@Ixrec Not only would 3rd party crates be less widely adopted but libraries using them are usually on slightly outdated versions of the crate which result in the same dependency being used multiple times with different versions in one application. Having things integrated in the standard library would also solve that annoying problem.