Crates.io | esp-idf-part |
lib.rs | esp-idf-part |
version | 0.5.0 |
source | src |
created_at | 2022-09-26 18:00:45.274036 |
updated_at | 2024-02-16 11:23:44.468654 |
description | A library for parsing and generating ESP-IDF partition tables |
homepage | |
repository | https://github.com/esp-rs/esp-idf-part |
max_upload_size | |
id | 674376 |
size | 79,018 |
A library for parsing and generating ESP-IDF partition tables. Supports parsing from and generating to both CSV and binary formats.
This package started its life as a module in espflash, however it has undergone some fairly extensive changes since being extracted into its own crate. A big thanks to all who contributed to that module, as their work helped make this library possible.
This library is reasonably well tested, however if you have a partition table which is not handled correctly by this library then please open an issue.
This library has only one feature, std
, which is enabled by default. While this library does support no_std
, (de)serialization functionality is not supported without std
.
Licensed under either of:
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.