Cargo Features
[dependencies]
golana-loader = { version = "0.1.3", default-features = false, features = ["custom-heap", "no-entrypoint", "no-log-ix-name", "cpi"] }
- default = custom-heap
-
The
custom-heap
feature is set by default whenevergolana-loader
is added without
somewhere in the dependency tree.default-features = false - custom-heap default
- no-entrypoint cpi?
- no-idl no-log-ix-name
- cpi = no-entrypoint
golana-loader has 5 features without comments.