Rust_Api_Generator icon indicating copy to clipboard operation
Rust_Api_Generator copied to clipboard

a toolset for autogenerating rust APIs and translating structs

Results 1 Rust_Api_Generator issues
Sort by recently updated
recently updated
newest added

Handle situations such as: ```rust struct foobar { foo: i32, bar: bool, } impl Default for foobar { fn default() -> foobar { foobar { foo: 1, bar: false, }...

enhancement