[rust] Migrate to using workspace

Use `cargo build` and `cargo test` at the root dir to test all of the
rust packages in the membership.  Prefer workspace dependencies over
single-package dependencies.

Consolidate all LICENSE and PATENTS as they apply to all crates in this
dir.

Test: cargo build && cargo test in rust/
Change-Id: I62e42c0bbd71c0a41db33c98be9bd2ea3530e5ca
Reviewed-on: https://bluetooth-review.git.corp.google.com/c/bluetooth/+/1461
Reviewed-by: Dayeong Lee <dayeonglee@google.com>
14 files changed
tree: 18e032087b5368acba6add84ea143536dd4d955d
  1. rust/
  2. OWNERS
  3. README.md
README.md

Bluetooth Shared Libraries

What is this?

This is a repository for shared source libraries that can be useful for multiple Bluetooth stacks. Many of these are meant to be stack-agnostic and platform-agnostic and implement a useful part of a published Bluetooth specification.

It has been started as a repository for developing Rust crates but can be easily expanded to include libraries for other languages.

Structure

  • rust - Rust Crates