gostd 0.2.1

gostd is the go standard library implementation in rust. gostd 是Go标准库的rust实现
Documentation
[dependencies.gostd_builtin]
optional = false
version = "=1.0.3"

[dependencies.gostd_time]
optional = false
version = "=1.0.4"

[package]
authors = ["wandercn<wander@ffactory.org>"]
categories = ["api-bindings", "accessibility", "development-tools", "compilers"]
description = "gostd is the go standard library implementation in rust. gostd 是Go标准库的rust实现"
edition = "2018"
homepage = "https://github.com/wandercn/gostd"
keywords = ["gobind", "go-api", "gostd", "go-to-rust", "go-standard-library"]
license = "MIT"
name = "gostd"
repository = "https://github.com/wandercn/gostd"
version = "0.2.1"
[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3