Releases: thepacketgeek/switchtec-user-sys
Releases · thepacketgeek/switchtec-user-sys
v0.4.2
v0.4.0
Cleaning up the crate-level namespace:
bindgen
created types are now in theffi
module.- Re-exporting the more common types via the
prelude
andmrpc
modules
v0.3.1
Adding links
Cargo directive as specified in https://doc.rust-lang.org/cargo/reference/build-scripts.html?highlight=-sys#the-links-manifest-key
v0.3.0
- Consolidating the
SwitchtecDeviceGuard
type intoSwitchtecDevice
- Adding
Debug
impl forSwitchtecDevice
that includes the opened device name
v0.2.1
Adding a Dependencies section to the README and a check for clang in build.rs
for a more helpful error when users don't have clang
installed
v0.2.0
Reverting switchtec-user submodule to Microsemi/switchtec-user. The submodule was previously pointing at a fork with Generic I/O updates, moving that to a new branch until the fork is either upstreamed or GA.
v0.1.11
Adding action for publishing releases to crates.io