Project

rcx

0.0
The project is in a healthy, maintained state
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
 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 'mkmf
$CXXFLAGS += ' -std=c++20' # or newer
require 'rcx/mkmf'

create_header
create_makefile('your_ext')

License

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