Project

rcx

0.0
A long-lived project that still receives updates
Write Ruby extension in modern C++
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Runtime

 Project Readme

RCX

Write Ruby extensions in C++20. Inspired by rice and magnus.

Usage

Creating a new extension

In your extconf.rb file, add the following:

require 'rcx/mkmf/c++20'

create_header
create_makefile('your_ext')

License

RCX is licensed under the terms of the Boost Software License, Version 1.0.