Crate rwf_ruby

Source
Expand description

Rust wrapper over the C bindings to Ruby.

Structs§

KeyValue
Header key/value pair.
RackRequest
Rack request, converted from an Rwf request.
RackResponse
Response generated by a Rack application.
RackResponseOwned
RackResponse with values allocated in Rust memory space.
Ruby
Wrapper around the Ruby VM.
Value
Wrapper around Ruby’s VALUE.

Enums§

Error
Errors returned from Ruby.
Type
Ruby object data types.