Sha256: 7bca7844c716d98933b0cb07b25f72d720dc3e6e936c065555dd4922845180a3

Contents?: true

Size: 650 Bytes

Versions: 2

Compression:

Stored size: 650 Bytes

Contents

ffi-rzmq-core
=============

The intention of this gem is to provide a very basic FFI wrapper around the Zeromq libzmq C API.
This gem isn't intended to be used directly by any Ruby programmer looking to write Zeromq code.
They should use a higher-level gem like ffi-rzmq which pulls in this gem for its FFI definitions.

There have been complaints that the ffi-rzmq gem doesn't provide the correct or best Ruby idioms, so I am
hoping this encourages other library writers to create their own. Rather than duplicate the FFI
wrapping code, they can just pull in this gem and build a more idiomatic library around the
basic definitions.

See [ffi-rzmq]

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ffi-rzmq-core-1.0.1 README.md
ffi-rzmq-core-1.0.0 README.md