C helper library
| arguments | command line argument parsing |
|---|---|
| asock | asynchronous sockets |
| base64 | base64 encoding/decoding |
| fileSystem | file/directory/path helpers |
| hash | hash table |
| list | generic list |
| regex | regular expressions |
| sha256 | SHA2/SHA256 hashing |
| string | strings and stringBuilders |
| threadPool | worker thread pooling |
- OS X
- Linux
- C99 mode
- PCRE (required; for regular expressions)
- OpenSSL (optional; for asock SSH tunneling)
- libssh2 (optional; for asock SSH tunneling)
- BSD