CXX - Safe interop between Rust and C++

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • cxx

    Safe interop between Rust and C++

  • JavaCPP

    The missing bridge between Java and native C++

  • https://github.com/bytedeco/javacpp

    * it maps naturally and efficiently many common features afforded by the C++ language and often considered problematic, including overloaded operators, class and function templates, callbacks through function pointers, function objects (aka functors), virtual functions and member function pointers, nested struct definitions, variable length arguments, nested namespaces, large data structures containing arbitrary cycles, virtual and multiple inheritance, passing/returning by value/reference/string/vector, anonymous unions, bit fields, exceptions, destructors and shared or unique pointers (via either try-with-resources or garbage collection), and documentation comments*

  • 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.

    InfluxDB logo
  • rust-cpp

    Embed C++ directly inside your rust code!

  • Another create which i've been contributing to and maintaining is the cpp crate, which can also be useful for interoperability with C++, as it allows to embed C++ code snippets directly within rust functions:

    https://github.com/mystor/rust-cpp

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

  • Zork++ reaches the v0.5.0, ...where the project has been [completely] rewritten in Rust

    1 project | /r/programmingcirclejerk | 13 Feb 2023
  • Rust with C++?

    3 projects | /r/rust | 2 May 2021
  • Compiler Explorer

    1 project | news.ycombinator.com | 30 May 2024
  • C++: freeing resources in destructors using helper functions

    1 project | dev.to | 28 May 2024
  • What if null was an Object in Java?

    3 projects | news.ycombinator.com | 28 Apr 2024