Skip to content

client9/stringencoders

Repository files navigation

fast c-string transformations

Build Status

Hello!

I don't use this library anymore and try to avoid C programming if possible. That said, I'm very happy to accept pull-requests and collaborators.

Install from Source

  • You'll need to install autoconf, automake and libtool
  • run ./bootstrap.sh
  • run ./configure
  • run make && make check

Known Issues:

  • modp_base64_decode expects aligned strings as input. For Intel, is doesn't matter. But for ARM chips it can segfault.
  • modp_numtoa.c functions may produce different rounding than whatever printf is on your system.
  • On mingw (windows) compiling with -D__USE_MINGW_ANSI_STDIO gives the standard prinf behavior.

Alpine Linux / musl-libc

About

Fast c-string transformations

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published