Skip to content

Commit

Permalink
Add flatbuffer tonic demo (#3)
Browse files Browse the repository at this point in the history
* modify docs

* add unsafe feature within flatbuffer

* Update fb_tonic_demo/src/util/common.rs

---------

Co-authored-by: Jiacai Liu <dev@liujiacai.net>
  • Loading branch information
zealchen and jiacai2050 authored May 8, 2024
1 parent 95af85d commit 8e54e23
Show file tree
Hide file tree
Showing 22 changed files with 1,445 additions and 57 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
components: clippy, rustfmt
- run:
- run: |
sudo apt update
sudo apt install -y protobuf-compiler
sudo sh compile-flatc.sh
- name: Cache Crates
uses: actions/cache@v3
with:
Expand Down
Loading

0 comments on commit 8e54e23

Please sign in to comment.