[dependencies.gostd_builtin]
optional = false
version = "^1.0"
[dependencies.gostd_derive]
version = "0.0.3"
[dependencies.gostd_io]
optional = false
version = "^1.0"
[dependencies.gostd_strings]
optional = false
version = "^1.0"
[dependencies.gostd_time]
optional = false
version = "^1.0"
[dependencies.gostd_unicode]
optional = false
version = "^1.0"
[lib]
name = "gostd_bytes"
path = "src/lib.rs"
[package]
authors = ["wandercn<wander@rustpub.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "accessibility", "development-tools", "compilers"]
description = "gostd_bytes is a part of gostd, gostd_bytes 是go标准库bytes的rust实现"
edition = "2018"
homepage = "https://github.com/wandercn/gostd"
keywords = ["gostd_bytes", "bytes", "gostd", "go-to-rust", "go-standard-library"]
license = "MIT"
name = "gostd_bytes"
readme = false
repository = "https://github.com/wandercn/gostd"
version = "1.1.1"
[profile.dev]
opt-level = 0
[profile.release]
opt-level = 3