Expand description
Rust wrapper over the C bindings to Ruby.
Structs§
- KeyValue
- Header key/value pair.
- Rack
Request - Rack request, converted from an Rwf request.
- Rack
Response - Response generated by a Rack application.
- Rack
Response Owned - RackResponse with values allocated in Rust memory space.
- Ruby
- Wrapper around the Ruby VM.
- Value
- Wrapper around Ruby’s
VALUE
.