Cargo Features

[dependencies]
rbatis-macro-driver = { version = "4.5.13", default-features = false, features = ["debug_mode", "println_gen"] }
default = rbatis-codegen

The rbatis-codegen feature is set by default whenever rbatis-macro-driver is added without default-features = false somewhere in the dependency tree.

debug_mode = rbatis-codegen
println_gen = rbatis-codegen, rust-format

control println gen function

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rbatis-codegen default debug_mode? println_gen?
rust-format println_gen?