| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| common/ | 04-Jul-2025 | - | 9,376 | 6,785 | ||
| nearby/ | 04-Jul-2025 | - | 129,943 | 97,610 | ||
| remoteauth/ | 04-Jul-2025 | - | 1,882 | 1,479 | ||
| .dockerignore | D | 04-Jul-2025 | 274 | 18 | 16 | |
| .gitignore | D | 04-Jul-2025 | 245 | 16 | 15 | |
| Android.bp | D | 04-Jul-2025 | 2 KiB | 58 | 54 | |
| CONTRIBUTING.md | D | 04-Jul-2025 | 1.1 KiB | 34 | 22 | |
| Dockerfile | D | 04-Jul-2025 | 2.9 KiB | 74 | 60 | |
| LICENSE | D | 04-Jul-2025 | 11.1 KiB | 201 | 169 | |
| METADATA | D | 04-Jul-2025 | 447 | 18 | 16 | |
| OWNERS | D | 04-Jul-2025 | 80 | 5 | 4 | |
| README.md | D | 04-Jul-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/