Cargo Features
specta-macros has no features set by default.
[dependencies]
specta-macros = { version = "2.0.0-rc.17", features = ["DO_NOT_USE_export", "DO_NOT_USE_function"] }
- DO_NOT_USE_export
-
These will be enabled by
specta
orspecta-util
automatically as required. They depend on certain exports of it so enabling them manually is not useful. - DO_NOT_USE_function
-
Affects
specta-macros::specta
,utils::format_fn_wrapper
…