rwf-ruby 0.1.1

Ruby (specifically Rack/Rails) bindings for the Rust Web Framework
Documentation
1
2
3
4
#!/usr/bin/env ruby
APP_PATH = File.expand_path("../config/application", __dir__)
require_relative "../config/boot"
require "rails/commands"