[][src]Module genco::prelude

Prelude containing typical things to import when using the library.

Re-exports

pub use crate::lang::*;

Macros

quote

Language neutral whitespace sensitive quasi-quoting.

quote_in

Behaves the same as quote! while quoting into an existing token stream with <target> => <quoted>.

Structs

Tokens

A stream of tokens.

Functions

display

Function to build a string literal.

quoted

Function to provide string quoting.

register

Function to provide item registration.