| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-26 | Successfully perform a dummy write | Yuval Adam | |
| 2018-07-26 | Extract libusb context to a longer living lifetime | Yuval Adam | |
| This is due to a limitation where we can't hold a struct that has both the context and a device handle (that internally references back to it). The libusb context has to outlive the device handle. Github issue: https://github.com/dcuddeback/libusb-rs/issues/3 Example solution via IRC: https://play.rust-lang.org/?gist=c68bda27266249c781e6335c4127f301&version=stable&mode=debug&edition=2015 | |||
| 2018-07-23 | Lifetime problems with opening the device | Yuval Adam | |
| 2018-07-23 | Refactor structs | Yuval Adam | |
| 2018-07-23 | Cleanup new() | Yuval Adam | |
| 2018-07-23 | Add basic USB device discovery | Yuval Adam | |
| 2018-07-23 | Initial RtlSdr struct and impl | Yuval Adam | |
| 2018-07-23 | Add basic Dongle struct | Yuval Adam | |
| 2018-07-23 | Initial cargo library files | Yuval Adam | |
