esp-nvs 0.3.0

ESP-IDF compatible, bare metal, non-volatile storage (NVS) library
Documentation
default:
    just --list

fix:
    cargo fmt
    cargo clippy --fix --allow-dirty --allow-staged --release --features=defmt
    cargo fmt

lint:
    cargo clippy --release --features=defmt -- -D warnings
    cargo fmt --check

test:
    cargo test

publish-dry-run:
    cargo publish --registry crates-io --dry-run

publish:
    cargo publish --registry crates-io

update-changelog:
    git-cliff --bump -o CHANGELOG.md

[working-directory: 'tests/assets/']
generate_test_nvs_bin:
    nvs_partition_gen generate test_nvs_data.csv test_nvs_data.bin 0x4000