Add examples directory

This commit is contained in:
Yota Toyama
2019-04-13 20:49:12 +00:00
parent 72b8768350
commit 1d5c505752
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
[package]
name = "bdwgc-examples"
version = "0.1.0"
authors = ["Yota Toyama <raviqqe@gmail.com>"]
edition = "2018"
[dependencies]
bdwgc-allocator = { path = "../.." }