Add feature to track allocations in libtock-rs and print statistics to the console.

This commit is contained in:
Guillaume Endignoux
2020-03-02 16:02:03 +01:00
parent d6661a09c3
commit 495b32b7e0
3 changed files with 107 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ std = ["cbor/std", "crypto/std", "crypto/derive_debug"]
debug_ctap = ["crypto/derive_debug"]
with_ctap1 = ["crypto/with_ctap1"]
panic_console = ["libtock/panic_console"]
debug_allocations = ["libtock/debug_allocations"]
[dev-dependencies]
elf2tab = "0.4.0"