2022-01-24 20:17:06 +01:00
2022-05-01 20:29:27 +02:00
2022-01-25 14:05:34 +01:00
2022-10-03 19:11:52 +02:00
2022-10-03 19:11:52 +02:00
2019-07-13 08:05:22 +02:00
2020-01-01 00:30:41 +01:00
2022-01-24 20:17:06 +01:00

Zyan Core Library for C

License: MIT GitHub Actions Discord

Internal library providing platform independent types, macros and a fallback for environments without LibC.

Features

  • Platform independent types
    • Integer types (ZyanU8, ZyanI32, ZyanUSize, ...)
    • ZyanBool (+ ZYAN_FALSE, ZYAN_TRUE)
    • ZYAN_NULL
  • Macros
    • Compiler/Platform/Architecture detection
    • Asserts and static asserts
    • Utils (ARRAY_LENGTH, FALLTHROUGH, UNUSED, ...)
  • Common types
    • ZyanBitset
    • ZyanString/ZyanStringView
  • Container types
    • ZyanVector
    • ZyanList
  • LibC abstraction (WiP)

License

Zycore is licensed under the MIT license.

S
Description
Automated archival mirror of github.com/zyantific/zycore-c
Readme MIT 686 KiB
Languages
C 83.2%
C++ 12.6%
CMake 2.9%
Meson 1.3%