Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coal

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coal

  • 0.0.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Coal

Coal is a web server for Ruby applications that is (mostly) written in Rust. I'm too scared to write C and I've heard great things about Rust's memory safety. Coal uses threads to handle requests so you're probably going to hate it.

WTF, are you insane?

I thought it would be a good project to really dig into Rust.

Installation

Installing this is probably going to be bizarre for now. You'll need to create a static library out of the Rust code and then build the C-extension.

Usage

Hopefully you will just need to install it to use it.

TODO

  • Parse HTTP request and implement Rack interface
  • Figure out what happens when you use threads outside of MRI
  • What the heck will a Ruby object look like to Rust?

Contributing

  1. Fork it ( https://github.com/[my-github-username]/coal/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

FAQs

Package last updated on 24 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc