Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 331 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 331 Bytes

test

cargo test --package meta_address --lib -- tests::test_token_addr --exact --nocapture

lint

cargo +nightly fmt
cargo clippy --fix

scripts

  • examples
cargo run -p meta_bots --example bloxroute

pending issues

  1. how to put examples folder under project root other than meta_bots/examples