Crate build_const [] [src]

Macros

build_const

Shortcut macro which expands to the same module path used in ConstWriter::for_build(mod_name).

src_file

Macro which returns the path to file in your src/ directory.

Structs

ConstValueWriter

Created from ConstWriter::finish_dependencies. See documentation for ConstWriter.

ConstWriter

Primary object used to write constant files.

Functions

write_array

Write an array and return the array's full type representation.

write_array_raw

Write an array of raw values and return the array's full type representation.