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

[Plugins in Rust] inconsistent cargo run examples #44

Open
wlthomson opened this issue Jun 19, 2021 · 1 comment
Open

[Plugins in Rust] inconsistent cargo run examples #44

wlthomson opened this issue Jun 19, 2021 · 1 comment

Comments

@wlthomson
Copy link

As others have already said, thanks for providing this tutorial. It's been very helpful.

Just a minor issue: the example cargo run commands load different libplugins_random.so builds (target/release vs. target/debug):

$ cargo run -- ../target/release/libplugins_random.so random
...
cargo run -- ../target/debug/libplugins_random.so random
...

Although I assume it doesn't make any difference in practice, the inconsistency adds potential for confusion. To remove any ambiguity, it might be worth prefacing these examples with instructions for (re)building the executable and libraries.

@wlthomson wlthomson changed the title Inconsistent cargo run examples [Plugins in Rust] inconsistent cargo run examples Jun 19, 2021
@wlthomson
Copy link
Author

Migrated from Michael-F-Bryan/plugins_in_rust#4.

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

No branches or pull requests

1 participant