Documentation
MisraStdC Documentation
MisraStdC is a personal standard C library focused on type-safe, generic, cross-platform building blocks. The documentation section is organized as a reference-first manual, with generated API pages backed by tests and source links.
Start Here
Generated documentation for public symbols
Blog-style documentation based on the README and project concepts
Goals, scope, and design philosophy
Browse the code on GitHub
What You Will Find
- Container APIs such as
Int,Float,Vec,Str, and supporting utilities. - Parser APIs for JSON and key-value configuration files.
- Cross-referenced usage examples pulled from the test suite.
- Public documentation biased toward generic entry points instead of internal handlers.
Last updated on