Is your feature request related to a problem or challenge?
datafusion had success with using taiki-e to install tools via binaries instead of using cargo install which compiles from source and takes more time in CI, e.g.
https://github.com/apache/datafusion/blob/e08aed1e5de41dcf81d529140dae07723b942a5e/.github/workflows/audit.yml#L47-L50
Describe the solution you'd like
implement in arrow-rs where applicable. from what i see it is:
Describe alternatives you've considered
No response
Additional context
No response
Is your feature request related to a problem or challenge?
datafusion had success with using taiki-e to install tools via binaries instead of using cargo install which compiles from source and takes more time in CI, e.g.
https://github.com/apache/datafusion/blob/e08aed1e5de41dcf81d529140dae07723b942a5e/.github/workflows/audit.yml#L47-L50
Describe the solution you'd like
implement in arrow-rs where applicable. from what i see it is:
Describe alternatives you've considered
No response
Additional context
No response