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, 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.
This repository is copyrighted under the MIT license, unless otherwise specified.