Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK Generator Language Request: Rust #5413

Open
crashdump opened this issue Dec 14, 2024 · 0 comments
Open

SDK Generator Language Request: Rust #5413

crashdump opened this issue Dec 14, 2024 · 0 comments
Labels
feature Requests for new features. product/sdk-generator Fern's SDK Generator that outputs client libraries in 7 languages

Comments

@crashdump
Copy link
Contributor

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 configuration Cargo.toml alongside the code it generates. For example:

- name: fernapi/fern-rust-sdk
  version: 0.1.0
  output:
    location: local-file-system
    path: ../sdks/rust
    config:
      cargoName: foo
      cargoDescription: bar
      cargoVersion: 1.2

Proposed Generated Code (Optional)

No response

@crashdump crashdump added feature Requests for new features. product/sdk-generator Fern's SDK Generator that outputs client libraries in 7 languages labels Dec 14, 2024
@dannysheridan dannysheridan changed the title Generator for Rust SDK Language: Rust Dec 14, 2024
@dannysheridan dannysheridan changed the title SDK Language: Rust SDK Generator Language Request: Rust Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Requests for new features. product/sdk-generator Fern's SDK Generator that outputs client libraries in 7 languages
Development

No branches or pull requests

1 participant