mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-24 11:41:47 +00:00
Rust: test that no heap allocs happen on hot paths (#5022)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user