ihciah / rust2go

Call Golang from Rust
https://en.ihcblog.com/rust2go/
Other
48 stars 10 forks source link

feat: GoCompiler: build as default implementation #8

Closed nguquen closed 2 weeks ago

nguquen commented 3 weeks ago

Motivation: when customize GoCompiler, usually we only want to customize go build command, we don't need to re-implement the copying lib or generating bindgen. User can choose to implement go_build only, or full implement build if they want.