Skip to content

tcrustifarians/rust-rack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rack endpoint in Rust

This project consists of a Ruby module called RustRack, implemented entirely in Rust, which has a #call method that conforms to the Rack protocol. A Rackup file is provided that mounts the module to serve requests.

To compile:

$ make

This creates a shim Ruby native extension (lib/rust_rack.bundle) that links against the compiled Rust library. The included config.ru will then work when you run rackup.

About

Proof-of-concept Rack endpoint written in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published