Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dyeo/hxc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HXC: The Header-Only Extension Library for C

Intended to be as simple as including (or submoduling) in your own project, this library contains useful generified containers and other utilities which are commonly developed for most C projects, so that you can spend less time writing boilerplate and more time writing code that actually matters for your project.

This project is heavily inspired by the likes of stb and klib, both fantastic projects in their own right. It is intended to be a boost-like companion to the C standard library, with well-documented, well-tested code that can be relied upon by the next generation of C developers. The only external dependencies should be the C standard library, or platform-specific libraries (in the case of xplat.h), which are conditionally included for their relevant platforms.

Features

Collections

Utilities

Licensing

In order to make this library as available as possible, every single component is dually licensed under both The MIT License and Public Domain. This is purely to encourage contribution to the project, and use of the library's components to write robust, reusable, portable, and elegant C code. See LICENSE.txt for a summary of the two licenses.

About

Header-only extension library for C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published