Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 545 Bytes

File metadata and controls

16 lines (12 loc) · 545 Bytes

helm-sys

This crate provides bindings to a Helm client library written in Go, which can be used from Rust via the FFI/cgo interface. This way, Rust can call Go code to handle various Helm related tasks.

Troubleshooting

If during build, an error message like fatal error: 'stddef.h' file not found is encountered, this is usually an ididcator that clang is not installed or configured properly. In case of not being installed, just install the package with your package manager of choice, for example:

apt install clang