-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rework features
param in rust_source()
#249
Rework features
param in rust_source()
#249
Conversation
features
param in rust_source()
features
param in rust_source()
Co-authored-by: Michael Milton <ttmigueltt@gmail.com>
Please rename the example that doesn't contain either, to something without either. |
Co-authored-by: CGMossa <cgmossa@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically all my suggestions are style things. I have no actual criticisms.
Co-authored-by: Michael Milton <ttmigueltt@gmail.com>
A general improvement of
rust_source()
.extendr_deps
anddependencies
to be named listsextendr_deps
intodependencies
-- ifdependencies
containsextendr-api
entry, it will be overwritten by that ofextendr_deps
features
a feature flag variable, allowing"ndarray", "num-complex", "serde", "graphics"
features (and their combinations)features
property onextendr-api
no matter how it is definedgraphics
Fixed #239