Go language has a very good standard library: simple, extensive and well tested. It would be great to have something like that in Rust.
When a piece of functionality is needed, appropriate Go source code is copied from go1.20.6 and translated to Rust. Structures and functions are renamed to meet Rust naming conventions.
The same license as used by Go project. See LICENSE.