Merge core into sysand
#26
tilowiklundSensmetry
started this conversation in
Ideas
Replies: 1 comment
-
|
Why use feature flags for binary? To not compile/have clap as a dependency in library? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We may want to make command line argument parsing available to language bindings, for example in order to implement #12 .
Currently, this would require either moving part of command line handling into
core, or to have language bindings depend onsysandinstead ofcore.In either case, the reason for keeping a separate
corepackage becomes less clear. We should therefore consider simply merging the two into one crate (and hide the actual CLI binary behind a feature flag).Beta Was this translation helpful? Give feedback.
All reactions