Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 458 Bytes

DEVELOPING.md

File metadata and controls

18 lines (10 loc) · 458 Bytes

work in progress

Tooling

  • Consider enabling the enable-gpl and test-bpf features in your rust ide to get sensible tooling for all parts of the source code.

image

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