Skip to content

kirtiraj22/pinocchio-tapedrive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Pinocchio Tapedrive

Steps to start

1. clone the repo

git clone git@github.com:Turbin3/pinocchio-tapedrive.git

2. Build program

cargo build-sbf

3. Running Tests

cargo test --features test-default

4. Running Benchmarks

cargo bench --features bench-default

5. Client Generation

# Generate TypeScript client
./gen-client.sh typescript

# Generate Rust client
./gen-client.sh rust

About

TAPEDRIVE implementation in Pinocchio

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 68.9%
  • TypeScript 30.5%
  • Other 0.6%