genco 0.17.4

A whitespace-aware quasiquoter for beautiful code generation.
Documentation
//! Prelude containing typical things to import when using the library.

pub use crate::lang::*;
pub use crate::tokens::{display, quoted, register, FormatInto};
pub use crate::{quote, quote_fn, quote_in, Tokens};