Added
- add convenience fns:
out_dir
andout_dir_path
to the build script. - add new
build::utils
module.
Changed
- move build codegen output from
/build/out/
to{OUT_DIR}/build/
. - show debug information about
OUT_DIR
and the code-generated files. - move
println
to theutils
module. - update
.gitignore
.
Fixed
- this should fix compilation in docs.rs.
Full Changelog: v0.21.1...v0.21.2