polyquine 0.0.4

Teach Rust types to codegen their own constructors
Documentation
1
2
3
4
5
6
#[macro_use]
pub mod macros;
mod quine;

pub use polyquine_derive::Quine;
pub use quine::Quine;