Context
- The library is not currently accessible from Go.
- Go is popular for backend services and CLI tools.
- This would improve adoption in cloud and infrastructure ecosystems.
Use case
Developers want to integrate the library into Go services or CLI tools.
Current Workaround
- Rewriting logic in Go, or
- Using subprocess calls to a Rust binary
Proposed Solution
Provide Go bindings using:
- cgo with a C-compatible API
Additional Information
Focus should be on simplicity and minimal setup for Go developers.
Context
Use case
Developers want to integrate the library into Go services or CLI tools.
Current Workaround
Proposed Solution
Provide Go bindings using:
Additional Information
Focus should be on simplicity and minimal setup for Go developers.