hicc-std 0.2.0

Based on hicc's ability to provide rust with the ability to call c++ standard container class interfaces
Documentation
[build-dependencies.hicc-build]
version = "0.2.0"

[dependencies.hicc]
version = "0.2.0"

[features]
default = []
test = []

[lib]
name = "hicc_std"
path = "src/lib.rs"

[package]
authors = ["hantingjun <hantingjun@huawei.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Based on hicc's ability to provide rust with the ability to call c++ standard container class interfaces"
edition = "2021"
keywords = ["c++", "std", "string", "set", "map"]
license = "MIT OR Apache-2.0"
links = "hicc-std"
name = "hicc-std"
readme = "README.md"
repository = "https://gitcode.com/xuanwu/hicc"
version = "0.2.0"