Skip to content
Rust code generation utility.
Branch: master
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
src
tests
.gitignore
Cargo.toml
LICENSE
README.md

README.md

rust-cg

Rust codegen library.

Features

  • macros for syntax::ext::deriving::generic: you can use ext_path!() and ext_ty!() with
  • mixed variable: ext_!(std::core::option::Option<$ty_var>)
  • pointer type: ext_ty!(&'static str) and ext_ty!(&'static mut str)
  • self: You can use ext_ty!(Self)
You can’t perform that action at this time.