CGlue 0.2.4 Is Out For Easier Trait ABI Safety

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

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

    Rust ABI safe code generator

  • I'm proud to announce one final CGlue release for this year, the highlight being ability to use layout_checks feature on non-git builds!

  • cbindgen

    A project for generating C bindings from Rust code

  • For those unfamiliar, CGlue is a code generator which aims to provide seamless use of traits across FFI-boundary (from dynamically loaded Rust libraries, C or C++ code). Version 0.2 was released a month ago, which added support for checking checking trait layout compatibility thanks to integration with abi_stable. However, due to one missing trait implementation (on c_void), a patch was needed to make CGlue code compile with said feature. I was afraid of defining my own void type, because that could break the way cbindgen treats voids, but with a transparent struct I could eat the cake and have it too!

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

  • Hello World in Go From Rust

    2 projects | dev.to | 7 Jan 2024
  • Ask HN: Automating multi-lang communication with a meta programming language

    1 project | news.ycombinator.com | 11 Oct 2023
  • How can I use rust libraries in zig/C

    2 projects | /r/rust | 16 Apr 2023
  • In which circumstances is C++ better than Rust?

    6 projects | /r/cpp | 19 Feb 2023
  • An epic unexplored opportunity: Rust bindings for Raylib

    2 projects | /r/rust_gamedev | 27 Jan 2023