Rust library cleanup

* Fix error code extraction from Python to Rust
* Add documentation for dealing with HCI packets
This commit is contained in:
Gabriel White-Vega
2023-10-11 10:32:33 -04:00
parent dedc0aca54
commit ae23ef7b9b
4 changed files with 93 additions and 3 deletions
-1
View File
@@ -25,7 +25,6 @@ use clap::Parser as _;
use pyo3::PyResult;
use rand::Rng;
use std::path;
#[pyo3_asyncio::tokio::main]
async fn main() -> PyResult<()> {
env_logger::builder()