David Sanders
David Sanders

Reputation: 231

How do I use external crates with the Rust compiler explorer?

Is it possible to use crates from crates.io with Matt Godbolt's Rust compiler explorer? If so, how?

Here's my failed attempt.

Upvotes: 5

Views: 2584

Answers (1)

AmigoNico
AmigoNico

Reputation: 6852

There is an (at time of writing still open) issue against Compiler Explorer asking for the ability to use commonly used Rust crates:

https://github.com/compiler-explorer/compiler-explorer/issues/2523

(Old: https://github.com/compiler-explorer/compiler-explorer/issues/754)

Upvotes: 1

Related Questions