Vita is a general purpose library for quick prototyping with C. It includes various containers, command line arguments parser, logger, functionality to work with paths and files, and many more. No external dependencies.
- Building Vita and project setup
- Data structures
- Working with files
- Handling paths and directories
- Parsing command line arguments
- Datetime
- Logger
- Debugging
- Get compiler information
- Working with sockets
Clone this repo and read more on the web documentation here. Once you have cloned the repository, open the index.html
file in your browser.