Port l2cap_bridge sample to Rust

- Added Rust wrappers where relevant
- Edited a couple logs in python l2cap_bridge to be more symmetrical
- Created cli subcommand for running the rustified l2cap bridge
This commit is contained in:
Gabriel White-Vega
2023-08-21 09:54:18 -04:00
parent fd4d1bcca3
commit 5ae668bc70
8 changed files with 913 additions and 10 deletions

1
rust/Cargo.lock generated
View File

@@ -138,6 +138,7 @@ dependencies = [
"clap 4.4.1",
"directories",
"env_logger",
"futures",
"hex",
"itertools",
"lazy_static",