Skip to content

Shared interface definitions among different components

License

Notifications You must be signed in to change notification settings

demeter-run/specs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demeter Specs

Shared interface definitions among different components.

Contributing

To run the project will need to have the buf CLI installed. The buf will generate the code from the proto files.

Required plugins

Buf will require some plugins to generate the rust code. Execute the command below to install the plugins.

cargo install \
protobuf-codegen \
protoc-gen-prost-crate \
protoc-gen-tonic \
protoc-gen-prost-serde \
protoc-gen-prost

Generate code

After the requirements are installed, use the buf to generate the code. The buf will use the buf.gen.yaml configuration.

buf generate

About

Shared interface definitions among different components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages