cglue

Rust ABI safe code generator (by h33p)

Cglue Alternatives

Similar projects and alternatives to cglue

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better cglue alternative or higher similarity.

cglue reviews and mentions

Posts with mentions or reviews of cglue. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-23.
  • Any sort of plugin engine with dynamic load ability and any limitations?
    5 projects | /r/rust | 23 Apr 2023
    Shameless plug - you may want to check out cglue, which lets you mix and match rust versions, and even implement plugins in other languages like C++: https://github.com/h33p/cglue
  • GATs in dynamic traits - CGlue 0.2.12 Release
    1 project | /r/rust | 16 Nov 2022
    You can grab CGlue from my GitHub.
  • Plugins in Rust: Wrapping Up
    4 projects | /r/rust | 27 Jul 2022
    I honestly wouldn't say that much has changed during this year. I do see some progress on new libraries like xlang_abi, safer_ffi or cglue, but it's still too early to know, and existing ones like abi_stable move quite slowly.
  • Designing a Rust -> Rust plugin system
    4 projects | /r/rust | 24 Jan 2022
    You might wanna take a look at cglue: https://github.com/h33p/cglue
  • Exploring System76's New Rust Based Desktop Environment
    7 projects | /r/pop_os | 12 Jan 2022
    Importing Rust is the same process as you'd use to import a C library, but there's a lot of people actively invested in this area so there's likely already automated tooling of some sort. Google uses https://cxx.rs for automating C++ bindings to Rust libraries, and lately there's been experiments like cglue to automate C bindings.
  • CGlue 0.2.4 Is Out For Easier Trait ABI Safety
    2 projects | /r/rust | 26 Dec 2021
    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!
  • CGlue 0.2 is out! Dynamically loadable traits in Rust, C and C++
    4 projects | /r/rust | 25 Nov 2021
    I have just added pre-generated headers, they are now on the repo. Yup, certainly not the cleanest, some whitespaces need fixing, but it wasn't the highest priority as it didn't affect functionality.
  • What are the options of distributing a closed-source library in Rust?
    6 projects | /r/rust | 8 Nov 2021
    Depending on how big your API surface is (and how trait heavy it is), you may want to look into [shameless_plug] automatically generating it with cglue. That's what we did for memflow. [/shameless_plug] It's goals are not much different from abi_stable (in fact, rather a small subset of it focused on traits), but does create C-compatible code.
  • Plugins in Rust: Diving into Dynamic Loading | nullderef.com
    6 projects | /r/rust | 6 Oct 2021
    It seems like we are trying to solve roughly the same problems when it comes to loading plugins and keeping it all ABI safe. Might be worth checking out CGlue (full disclosure: it's my project). While I do not have async trait support, it would be a really interesting challenge to tackle. The ultimate goal for the project is to be a dead simple code generator that would even allow to write plugins in C/C++, and I currently have sweeping changes underway to get it there.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 26 Apr 2024
    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. Learn more →

Stats

Basic cglue repo stats
10
166
5.7
13 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com