gostd is the go standard library implementation in rust. gostd 是Go标准库的rust实现
gostd_http is a part of gostd, gostd_http 是go标准库net/http的rust实现
gostd_bytes is a part of gostd, gostd_bytes 是go标准库bytes的rust实现
gostd_io is a part of gostd,gostd 是Go标准库的rust实现
gostd_strings is a part of gostd, gostd_strings 是go标准库strings的rust实现
gostd_unicode is a part of gostd,gostd 是Go标准库的rust实现
gostd_url is a part of gostd, gostd_url 是go标准库net/url的rust实现
Package time provides functionality for measuring and displaying time. time包提供了时间的显示和测量用的函数。日历的计算采用的是公历。
gostd_settings is library for reading and writing properties files. 是一个用于读写属性配置文件的库
proc_macro_derive library for gostd.
proc_macro_derive library for gostd.
Package builtin binds the basic type in go through the type alias, and implements the basic type cast macro function.builtin 包通过类型别名绑定Go中的基础类型,并实现了基础类型强制转换宏函数。