Rust: test that no heap allocs happen on hot paths (#5022)

This commit is contained in:
Robert
2018-10-31 18:08:14 -07:00
committed by GitHub
parent 160e8f2fdc
commit 4c3b6c247d
4 changed files with 155 additions and 1 deletions

View File

@@ -10,6 +10,10 @@ flatbuffers = { path = "../../rust/flatbuffers" }
name = "monster_example"
path = "bin/monster_example.rs"
[[bin]]
name = "alloc_check"
path = "bin/alloc_check.rs"
[dev-dependencies]
quickcheck = "0.6"