Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xord/rucy

A Ruby C++ Extension Helper Library
https://github.com/xord/rucy

cpp gem ruby

Last synced: about 19 hours ago
JSON representation

A Ruby C++ Extension Helper Library

Awesome Lists containing this project

README

        

# Rucy - A Ruby C++ Extension Helper Library.

by [email protected]

## 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: [email protected]