feat: add a function to read a "bloc / field size" in SSV memory

This commit is contained in:
2024-07-30 15:15:24 +02:00
parent d65c869949
commit 2e07f0b7d1
2 changed files with 120 additions and 0 deletions

View File

@ -1,5 +1,6 @@
mod ssvlib_demo;
mod libssv;
mod ssv_memory;
fn main() {
ssvlib_demo::demo();