Emulating a classical object-oriented class hierarchy with Rust AKA supporting jsii for Rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • jsii

    jsii allows code in any language to naturally interact with JavaScript classes. It is the technology that enables the AWS Cloud Development Kit to deliver polyglot libraries from a single codebase!

  • jsii is a notable project by AWS which lets them write object-oriented code in TypeScript, and then generate native libraries for various other languages (Python, Go, etc) which interop with the TypeScript. This is most importantly used in cdk which is the premier way to write AWS infrastructure stacks using the IaC paradigm.

  • aws-cdk

    The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code

  • jsii is a notable project by AWS which lets them write object-oriented code in TypeScript, and then generate native libraries for various other languages (Python, Go, etc) which interop with the TypeScript. This is most importantly used in cdk which is the premier way to write AWS infrastructure stacks using the IaC paradigm.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • CDKTF Frequently Asked Questions

    2 projects | dev.to | 23 Feb 2023
  • Infrastructure Manager: Provision Google Cloud Resources with Terraform

    1 project | news.ycombinator.com | 17 Sep 2023
  • JSii allows code in any language to naturally interact with JavaScript classes

    1 project | news.ycombinator.com | 20 Jun 2023
  • AWS CDK Project Blueprint - Modeling and Organizing (Part 1/2)

    1 project | dev.to | 16 Aug 2022
  • Serverless Framework v3: new CLI design, stage parameters & 40% lighter CLI

    1 project | /r/aws | 1 Feb 2022