Project

rucy

0.0
A long-lived project that still receives updates
This library helps you to develop Ruby Extension by C++.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 0.2
 Project Readme

Rucy - A Ruby C++ Extension Helper Library.

by xordog@gmail.com

What is this library?

This library helps you to develop Ruby C extension library with few useful classes.

  • Wrap VALUE for easy handling.
  • Exception safe (Rucy/C++).

How to use

$ gem install rucy

write C++ source like ext/rucy/tester.cpp.

Examples

see ext/rucy/tester.cpp.

Contact information.

Web: http://blog.xord.org/ Mail: xordog@gmail.com