rust-script vs cargo-script stabilization (re: rust 2024) #22
Unanswered
dream-dasher
asked this question in
Q&A
Replies: 2 comments 1 reply
-
There is nothing specific to To support |
Beta Was this translation helpful? Give feedback.
1 reply
-
@ethanmsl I've added some documentation on how to use it with cargo script. You just need to specify the dependencies slightly differently. I've added a template to help get started. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Very helpful looking library. A question:
Stabilization of cargo-script is one of main 2024 goals for the Rust Project
And we can currently run scripts using just cargo on nightly with
How much of your library is specific to rust-script (the crate) vs rust scripting like activities?
I looked through your api quickly, but I'm not sure what specifics are involved in the rust-script approach. And therefore what issues might come up with missing or conflicting types and assumptions about script-file location vs compile location vs run location, etc.
I'm inclined to just use nightly for my rust scripting and move along in that direction. But if libraries like this are meant to interoperate that would be wonderful.
Beta Was this translation helpful? Give feedback.
All reactions