yamm-sys 0.1.0

YAMM(yet another memory mangement) rust binding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-dependencies.bindgen]
version = "0.69"

[dependencies]

[package]
authors = ["erihsu@139.com"]
build = "build.rs"
description = "YAMM(yet another memory mangement) rust binding"
edition = "2021"
include = ["/yamm/src/cpp", "/src", "LICENSE-APACHE", "build.rs"]
license = "MIT OR Apache-2.0"
name = "yamm-sys"
readme = "README.md"
repository = "https://github.com/eda-rs/yamm-sys"
version = "0.1.0"