CMSIS PDSC Parser
This is a Rust crate that aims to provide a convenient abstraction to parse
CMSIS Pack Description Format (PDSC)
files.
This project takes in a PDSC file and parses into a Rust datastructure.
Usage
Add the dependency with the following command:
cargo add cmsis-pdsc-parser
cargo add roxmltree
Minimal example:
use cmsis_pdsc_parser;
use roxmltree;
use read;
const PDSC_PATH: &str = "Microchip.PIC32CM-PL_DFP.pdsc";
Contributing
Contributions are welcome!
For more information see CONTRIBUTING.md.
License
This project is MIT Licensed.
See the LICENSE file.