458 B
458 B
work in progress
Tooling
- Consider enabling the
enable-gpl
andtest-bpf
features in your rust ide to get sensible tooling for all parts of the source code.
Code style
Testing
In order to run the tests the enable_gpl
feature needs to be enabled to not skip essential tests.
cargo test-sbf --features enable-gpl