stm32cubeprogrammer-sys 0.1.1

Rust bindings for the STM32CubeProgrammer API
Documentation
1
2
3
4
5
6
# stm32cubeprogrammer-sys


This crate provides low level bindings to the STM32CubeProgrammer API.
The bindings are generated using bindgen and use the [`libloading`](https://crates.io/crates/libloading) crate to support dynamic loading of the CubeProgrammer API.

License: MIT