rwf-ruby 0.1.0

Ruby (specifically Rack/Rails) bindings for Rwf
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "rwf-ruby"
license = "MIT"
description = "Ruby (specifically Rack/Rails) bindings for Rwf"
version = "0.1.0"
edition = "2021"

[dependencies]
libc = "0.2"
once_cell = "1"
thiserror = "1"
parking_lot = "0.9"
tracing = "0.1"

[build-dependencies]
cc = "1"
bindgen = "0.68"