[rust] Add bt-common crate

Common datatypes for Core Specification defined tupes used
throughout Specifications, as well as assigned numbers and
common concepts such as Peer IDs.

Test: cargo build && cargo test
Change-Id: Ief099564ae5238e741e95cf9375702a5ae864e52
Reviewed-on: https://bluetooth-review.git.corp.google.com/c/bluetooth/+/1240
Reviewed-by: Dayeong Lee <dayeonglee@google.com>
6 files changed
tree: 1962043b6565a946afa42183f17bba894aaba8c3
  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