You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cargo-make is great. I've been using it since at least 2018. I have ideas that are too far outside the scope of cargo-make to be contributed back to master.
I have ideas about making tasks asynchronous whilst retaining parallelizability by using a real database or Redis (valkey) to continue/resume/replay. But need to either fork your repo (sad) or get you to expose internals in order to experiment here.
Thanks for your consideration
The text was updated successfully, but these errors were encountered:
Feature Description
cargo-make
is great. I've been using it since at least 2018. I have ideas that are too far outside the scope ofcargo-make
to be contributed back tomaster
.Describe The Solution You'd Like
Can we expose
cli::descriptor::load
https://github.com/sagiegurari/cargo-make/blob/153fa22/src/lib/descriptor/mod.rs#L581-L586 ? - A bunch of other modules also? - Yoursrc/lib/cli.rs
uses a lot of private andpub(crate)
mod
ules.Code Sample
https://github.com/offscale/cargo-make/tree/publicise
I have ideas about making tasks asynchronous whilst retaining parallelizability by using a real database or Redis (valkey) to continue/resume/replay. But need to either fork your repo (sad) or get you to expose internals in order to experiment here.
Thanks for your consideration
The text was updated successfully, but these errors were encountered: