MaddHack-lib

A minimal no-std for people who want to learn C without the hassle or if you are looking for a library for almost any purpose, I use this in all my projects and you should too, includes many code examples, a memory library, and many more!

Moderate Pure Nim score 35/100 · last commit 2026-01-07 · 2 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 2
Forks 0
Open Issues 0
Last Commit 2026-01-07
Downloads 0
Last Indexed 2026-09-06 06:05

Installation

nimble install MaddHack-lib
choosenim install MaddHack-lib
git clone https://gitlab.com/maddhack/MaddHack-lib

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
MaddHack-lib - - - - - - -

README

Maddhack LIB

This is a general and specialized C library that includes:

  • A 128 bit parser
  • A fast memory library
  • A simple flags system
  • A large type system
  • And generic C hackery macros!

Made by Fanta AKA DrMaddMam

How to use (for dummies)

Download the header files from the green "Code" button and press "Download ZIP"
Extract the headers folder which is named "include" into your PATH or C project directory
Download the compiled headers in release or compile them yourselves and put them in your /lib, PATH, or C project directory
In your C project use -lMaddHack.a to make it statically linked or use -lMaddHack.so to make it dynamically linked
If it is dynamically linked, whomever uses your program will have to install the library on their machine