gostd 0.0.2

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

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2"

[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.0.2"
[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3