Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xord/rucy
- Owner: xord
- License: mit
- Created: 2015-03-15T15:10:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-05T18:15:29.000Z (5 months ago)
- Last Synced: 2024-07-05T21:29:52.945Z (5 months ago)
- Topics: cpp, gem, ruby
- Language: C++
- Homepage:
- Size: 103 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# Rucy - A Ruby C++ Extension Helper Library.
## 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]