Skip to content
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

Remove need to specify crate-type in Cargo.toml #1209

Merged
merged 3 commits into from
Oct 12, 2022
Merged

Remove need to specify crate-type in Cargo.toml #1209

merged 3 commits into from
Oct 12, 2022

Conversation

hannobraun
Copy link
Owner

Specify the crate type through a command-line argument when compiling the model, removing the need for the user to specify it in Cargo.toml.

Close #938

This provides more flexibility and the potential for making it easier
for the user to specify models.
This removes the need for specifying the crate type in the model's
`Cargo.toml`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use cargo rustc to compile models as dynamic libraries
1 participant