duckstation/dep/zydis/dependencies/zycore
Stenzek c561400a47 dep: Add Zydis 2023-08-15 14:03:59 +10:00
..
include/Zycore dep: Add Zydis 2023-08-15 14:03:59 +10:00
src dep: Add Zydis 2023-08-15 14:03:59 +10:00
LICENSE dep: Add Zydis 2023-08-15 14:03:59 +10:00
README.md dep: Add Zydis 2023-08-15 14:03:59 +10:00

README.md

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.