Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 1.43 KB

README.md

File metadata and controls

28 lines (23 loc) · 1.43 KB

LibOSDP-rs

Build CI Crates.io libosdp-sys version Crates.io libosdp version Crates.io osdpctl version

This project hosts cargo crates that add rust support for LibOSDP in rust and other OSDP related tools such as osdpctl. You can also take a look at the documentation for more details.

Project structure:

  • libosdp-sys - Low level rust -sys crate for the C library.
  • libosdp - Safe wrapper around libosdp-sys to be consumed by rust projects.
  • osdpctl - A tool to create and manage OSDP devices.
  • scripts - Tools for developers working on this project.