Load other crates
Setting aside the technical challenge, rusti could know about cargo and fetch built dependencies/the project itself when asked, besides just the std crates.
I like this idea. If Cargo had a command that would download and build a crate by name given on the command line, I think the rest would be fairly straightforward.
Setting aside the technical challenge, rusti could know about cargo and fetch built dependencies/the project itself when asked, besides just the std crates.
+1 on this feature
I also would be interested in this feature, otherwise I will have to write tests!
being able to play around with my functions and types as I develop would be pretty awesome.
It would cause too much trouble to create some temporal cargo crate to manage this? It would be possible to generate the dependencies and inject them into Cargo.toml for example and then just compile them (just throwing the idea, don't know if it would work)