Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adrianbenavides/core-rs
https://github.com/adrianbenavides/core-rs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/adrianbenavides/core-rs
- Owner: adrianbenavides
- License: mit
- Created: 2022-01-23T19:30:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T09:38:10.000Z (over 2 years ago)
- Last Synced: 2024-10-14T10:16:26.521Z (3 months ago)
- Language: Rust
- Size: 82 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![tests](https://github.com/adrianbenavides/core-rs/workflows/tests/badge.svg)](https://github.com/adrianbenavides/core-rs/actions)
[![audit](https://github.com/adrianbenavides/core-rs/workflows/audit/badge.svg)](https://github.com/adrianbenavides/core-rs/actions)`core-rs` includes some components of gazette's [`core`][core] written in Rust.
[core]: https://github.com/gazette/core/
## How to build
### How to generate proto code
1. Install golang
2. Download the go dependencies:```shell
go mod download
```3. Build the `protocol` crate
```shell
cargo build -p protocol
```