We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I don't know if this is possible but I would like to use my crate, which my mdbook is about in the playable snippets.
mdbook
How do I do this? If I simply use mycrate compilation fails, if I use extern crate mycrate the snippet is no longer playable.
use mycrate
extern crate mycrate
I don't find any information about this in the playground documentation nor in the mdbook book.
playground
The text was updated successfully, but these errors were encountered:
It's not possible with the Rust Playground, it uses a closed Docker container to run examples, and only includes a set of the most common crates.
There is #706 to track adding the ability to link to external crates for mdbook test.
mdbook test
Sorry, something went wrong.
Thank you !
No branches or pull requests
Hello,
I don't know if this is possible but I would like to use my crate, which my
mdbook
is about in the playable snippets.How do I do this? If I simply
use mycrate
compilation fails, if I useextern crate mycrate
the snippet is no longer playable.I don't find any information about this in the
playground
documentation nor in themdbook
book.The text was updated successfully, but these errors were encountered: