debug_code

Crates.iodebug_code
lib.rsdebug_code
version0.1.1
sourcesrc
created_at2024-03-13 11:51:57.47983
updated_at2024-03-13 11:57:40.939913
descriptionThe util to remove code when not debug build.
homepage
repositoryhttps://github.com/shylock-hg/debug
max_upload_size
id1171636
size20,194
shylock (Shylock-Hg)

documentation

README

This is a proc-macro crate to help write debug conditional compilation code.

For more detail, you can see examples, e.g., you can run cargo run --example debug_fields but will get compiler error when run cargo run --release --example debug_fields.

Commit count: 0

cargo fmt