Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/malept/rusty_blank
Proof-of-concept Rust + Ruby extension
https://github.com/malept/rusty_blank
Last synced: 11 days ago
JSON representation
Proof-of-concept Rust + Ruby extension
- Host: GitHub
- URL: https://github.com/malept/rusty_blank
- Owner: malept
- License: mit
- Created: 2016-04-25T15:28:19.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T20:10:08.000Z (over 5 years ago)
- Last Synced: 2024-10-24T16:08:37.064Z (14 days ago)
- Language: Ruby
- Size: 64.5 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Rusty `.blank?`
[![Travis CI Status](https://travis-ci.org/malept/rusty_blank.svg?branch=master)](https://travis-ci.org/malept/rusty_blank)
[![AppVeyor status](https://ci.appveyor.com/api/projects/status/padl7o13sg6o1ob8?svg=true)](https://ci.appveyor.com/project/malept/rusty-blank)A very simple Ruby extension that speeds up ActiveSupport's `String.blank?` method. The point of
this repository is not to distribute [another `.blank?`
speedup](https://github.com/SamSaffron/fast_blank), but to research and implement building and
distributing a Ruby + Rust extension that does not necessarily need a Rust compiler present in order
to build the Ruby extension proper.## [Contributing](https://github.com/malept/rusty_blank/blob/master/CONTRIBUTING.md)
## Legal
This repository is copyrighted under the MIT license, unless otherwise specified.