23 lines
511 B
Markdown
23 lines
511 B
Markdown
|
|
# Better Together Core
|
||
|
|
|
||
|
|
Core rust components to google better together experiences.
|
||
|
|
|
||
|
|
## Projects
|
||
|
|
|
||
|
|
`nearby` <br>
|
||
|
|
|
||
|
|
Core rust components used by the Nearby platform: https://developers.google.com/nearby
|
||
|
|
<br> For more information on building and testing these components see: [nearby/README.md](nearby/README.md)
|
||
|
|
|
||
|
|
|
||
|
|
### Installing Rust
|
||
|
|
|
||
|
|
Refer to [Install Rust](https://www.rust-lang.org/tools/install)
|
||
|
|
|
||
|
|
```sh
|
||
|
|
curl https://sh.rustup.rs -sSf | sh
|
||
|
|
```
|
||
|
|
|
||
|
|
We recommend using this plugin
|
||
|
|
|
||
|
|
https://www.jetbrains.com/rust/
|