acme-strfry

A binding to the glibc strfry function.

https://github.com/ehird/acme-strfry

Latest on Hackage:0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Elliott Hird

This library provides a simple interface to the glibc strfry function, addressing the perennial programming quandary: "How do I take good data in string form and painlessly turn it into garbage?"

For more information, consult the glibc documentation: http://www.gnu.org/software/libc/manual/html_node/strfry.html

Both String and ByteString interfaces are offered, as well as the raw FFI binding.