Cargo Features
logos-codegen has no features set by default.
[dependencies]
logos-codegen = { version = "0.16.1", features = ["debug", "forbid_unsafe", "state_machine_codegen"] }
- debug
-
Enables debug messages
- forbid_unsafe
-
Don't use or generate unsafe code
- state_machine_codegen
-
Use the state machine codegen instead of the tailcall codegen