Skip to content

OptimatistOpenSource/psh-proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PSH Protobuf Project

This project is shared between different projects that need to communicate with each others via gRPC.

How To Use it?

Manual

  • Add this project as a submodule in project that you're working on.
    git submodule add git@github.com:OptimatistOpenSource/psh-proto.git /path/to/psh-proto
  • Initialize and Update Submodule:
    git submodule update --init --recursive
  • Reference the protobuf files within it directly from your project. Import the protobuf definitions in your projects as you normally would.

Rust

Add this code snippet in your Cargo.toml

psh-proto = { git = "ssh://git@github.com/OptimatistOpenSource/psh-proto.git", rev = "..." }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages