Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adrianbenavides/core-rs


https://github.com/adrianbenavides/core-rs

Last synced: about 1 month ago
JSON representation

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
```