Skip to content

Commit

Permalink
Merge pull request #75 from a1ien/re-export_libusb1-sys
Browse files Browse the repository at this point in the history
Re-export libusb1_sys as ffi
  • Loading branch information
a1ien authored Jul 1, 2021
2 parents 792b022 + 453e113 commit fcafeb0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

## Unreleased
* Re-export libusb1-sys as ffi [#75]

[#75]: https://github.com/a1ien/rusb/pull/75

## 0.8.1
* Add getters for bRefresh and bSynchAddress [#61]
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! This crate provides a safe wrapper around the native `libusb` library.
pub use libusb1_sys as ffi;
pub use libusb1_sys::constants;

pub use crate::{
Expand Down

0 comments on commit fcafeb0

Please sign in to comment.