String::Mask v0.3.2 released

String::Mask provides a kind-of string algebra useful for manipulating
strings in comparitive ways, eg. add, subtract, xor, etc.

Fixed bug that prevented plain strings from being coerced into masks.
This release also brings the build system up to date with latest tools.
(Note: 0.3.1 was botched).

Changes:

  • Fixed issue with plain strings not being coerced.
  • Modernize build configuration.