SDK Generator Language Request: Rust #5413
Labels
feature
Requests for new features.
product/sdk-generator
Fern's SDK Generator that outputs client libraries in 7 languages
Feature Description
According to IEEE Spectrum’s 11th annual rankings of the most popular programming languages, Rust ranks 11th and has been one of the fastest growing languages in recent years.
Frameworks like Tauri, which enable developers to write multi-platform applications while leveraging a Rust core are bound to drive this growth further.
The language is mature and well-documented in The Cargo Book .
Rust's ecosystem manages packages (crates) via a tool named
Cargo
. Ideally, Fern would be able to generate its configurationCargo.toml
alongside the code it generates. For example:Proposed Generated Code (Optional)
No response
The text was updated successfully, but these errors were encountered: