picodata-pike 2.2.0

Cargo plugin for Picodata plugin development
Documentation
1
2
3
4
5
.PHONY: style-check
style-check:
	cargo check --all --bins --tests --benches
	cargo fmt -- --check --config use_try_shorthand=true
	cargo clippy --all-features --bins --examples --tests --benches -- -W clippy::all -W clippy::pedantic -D warnings