meshcore-rs 0.1.9

Rust library for communicating with MeshCore companion radio nodes
Documentation
all: fmt clippy udeps test features debug

fmt:
	cargo fmt

pr: checks tests

checks: format clippy publish udeps todos

tests: debug release publish test

features:
	cargo check-all-features

format:
	cargo fmt --all -- --check

clippy:
	cargo clippy --tests --no-deps --all-features --all-targets

publish: release
	cargo publish --no-verify --allow-dirty

test:
	cargo test

udeps:
	cargo +nightly udeps

todos:
	find . -name "*.rs" -exec grep "TODO" {} \; -print

debug:
	cargo build

release:
	cargo build --release

run:
	cargo run --release

bundle:
	cargo bundle --release