Further Examples

If you want to see examples of working code, the core library is a good place to start.

The following libraries may also be helpful:

  • argot - An option parser
  • ars-postgres - A PostgreSQL client over libpq
  • dotenv - Locates and loads env files
  • http-base - Provides basic HTTP entities
  • json - Handles JSON values
  • noa - A test kit emphasizing the property-based approach
  • path - Provides path-related operations
  • rin - An HTTP client over libcurl
  • sero - Saves and loads values using files
  • socket - A thin layer over network sockets
  • time - Provides time-related operations
  • zonk - A parser combinator