introduce logging for debug purposes

This commit is contained in:
Alex Zenla
2024-01-11 12:21:33 -08:00
parent 2e4f688916
commit 684a7d1f62
14 changed files with 127 additions and 10 deletions

View File

@ -9,6 +9,7 @@ path = "src/lib.rs"
[dependencies]
libc = "0.2"
log = "0.4.20"
[dependencies.bytemuck]
version = "1.14.0"