README.md (1066B)
1 # Zyan Core Library for C 2 3 <a href="./LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a> 4 <a href="https://github.com/zyantific/zycore-c/actions"><img src="https://github.com/zyantific/zycore-c/workflows/GitHub%20Actions%20CI/badge.svg" alt="GitHub Actions"></a> 5 <a href="https://discord.zyantific.com/"><img src="https://img.shields.io/discord/390136917779415060.svg?logo=discord&label=Discord" alt="Discord"></a> 6 7 Internal library providing platform independent types, macros and a fallback for environments without LibC. 8 9 ## Features 10 11 - Platform independent types 12 - Integer types (`ZyanU8`, `ZyanI32`, `ZyanUSize`, ...) 13 - `ZyanBool` (+ `ZYAN_FALSE`, `ZYAN_TRUE`) 14 - `ZYAN_NULL` 15 - Macros 16 - Compiler/Platform/Architecture detection 17 - Asserts and static asserts 18 - Utils (`ARRAY_LENGTH`, `FALLTHROUGH`, `UNUSED`, ...) 19 - Common types 20 - `ZyanBitset` 21 - `ZyanString`/`ZyanStringView` 22 - Container types 23 - `ZyanVector` 24 - `ZyanList` 25 - LibC abstraction (WiP) 26 27 ## License 28 29 Zycore is licensed under the MIT license.