rusti icon indicating copy to clipboard operation
rusti copied to clipboard

Load other crates

Open reem opened this issue 11 years ago • 5 comments

Setting aside the technical challenge, rusti could know about cargo and fetch built dependencies/the project itself when asked, besides just the std crates.

reem avatar Dec 16 '14 18:12 reem

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.

murarth avatar Dec 17 '14 00:12 murarth

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

max6cn avatar Apr 16 '15 18:04 max6cn

I also would be interested in this feature, otherwise I will have to write tests!

ghost avatar Oct 19 '15 13:10 ghost

being able to play around with my functions and types as I develop would be pretty awesome.

nixpulvis avatar Mar 04 '16 07:03 nixpulvis

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)

ghost avatar Apr 24 '17 04:04 ghost