cargo-create-protocols-plugin

Crates.iocargo-create-protocols-plugin
lib.rscargo-create-protocols-plugin
version0.0.2
sourcesrc
created_at2018-10-23 22:53:12.678197
updated_at2018-10-23 22:57:19.326385
descriptionA Rust cargo subcommand that will create initial library code for the protocols crate.
homepage
repositoryhttps://github.com/zutils/create-protocols-plugin
max_upload_size
id92261
size27,894
(zutils)

documentation

README

create-protocols-plugin

A Rust cargo subcommand that will create initial code for the protocols crate.

Build Status License: MIT License

Installation

cargo install create-protocols-plugin

Usage

cargo create-protocols-plugin --protocol <.proto File>

What does it do?

This crate will create you a crate with default functions to get started using the protocols library.

Future Work

Build a library based on a Cap'n Proto schema. Build a library based on flatbuffer schema.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Commit count: 18

cargo fmt