Skip to content

intellij-rust/rust-procmacro-quickstart-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-procmacro-quickstart-template

travis-ci badge

A base cargo generate template for building a procedural macro project crate.

How to use it?

  1. Install cargo-generate:
cargo install cargo-generate
  1. Generate your procedural macro crate project:
cargo generate --git https://github.com/eupn/rust-procmacro-quickstart-template --name projectname
  1. Run generated template project:
cd projectname
cargo build

License

Licensed under either of

at your option.

About

A `cargo generate` template for quick-starting a procedural macro crate. Forked from https://github.com/eupn/rust-procmacro-quickstart-template

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Languages

  • Rust 100.0%