[][src]Module uneval::funcs

Convenience functions to be used with Uneval.

Functions

to_file

Writes generated Rust code to file.

to_out_dir

Convenience wrapper around to_file.

to_string

Obtain string with generated Rust code.

write

Write generated Rust code to the provided Write implementation.