Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
common/ | 25-Apr-2025 | - | 9,376 | 6,785 | ||
nearby/ | 25-Apr-2025 | - | 129,936 | 97,604 | ||
remoteauth/ | 25-Apr-2025 | - | 1,882 | 1,479 | ||
.dockerignore | D | 25-Apr-2025 | 274 | 18 | 16 | |
.gitignore | D | 25-Apr-2025 | 245 | 16 | 15 | |
Android.bp | D | 25-Apr-2025 | 2 KiB | 58 | 54 | |
CONTRIBUTING.md | D | 25-Apr-2025 | 1.1 KiB | 34 | 22 | |
Dockerfile | D | 25-Apr-2025 | 2.9 KiB | 74 | 60 | |
LICENSE | D | 25-Apr-2025 | 11.1 KiB | 201 | 169 | |
METADATA | D | 25-Apr-2025 | 447 | 18 | 16 | |
OWNERS | D | 25-Apr-2025 | 80 | 5 | 4 | |
README.md | D | 25-Apr-2025 | 511 | 23 | 13 |
README.md
1# Better Together Core 2 3Core rust components to google better together experiences. 4 5## Projects 6 7`nearby` <br> 8 9Core rust components used by the Nearby platform: https://developers.google.com/nearby 10<br> For more information on building and testing these components see: [nearby/README.md](nearby/README.md) 11 12 13### Installing Rust 14 15Refer to [Install Rust](https://www.rust-lang.org/tools/install) 16 17```sh 18curl https://sh.rustup.rs -sSf | sh 19``` 20 21We recommend using this plugin 22 23https://www.jetbrains.com/rust/