commit | 74807d995ed65364a96d05c987b24463d0c1e0ee | [log] [tgz] |
---|---|---|
author | Marie Janssen <jamuraa@google.com> | Tue Nov 28 15:22:14 2023 -0500 |
committer | Marie Janssen <jamuraa@google.com> | Sun Dec 03 08:15:49 2023 +0000 |
tree | 18e032087b5368acba6add84ea143536dd4d955d | |
parent | 9bb3767e80341d7b2754a1d21700bc819e5e801a [diff] |
[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>
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.