General purpose programming language and toolchain
Zig is a general-purpose programming language and toolchain. Among other features it provides
an Optional type instead of null pointers,
manual memory management,
generic data structures and functions,
compile-time reflection and compile-time code execution,
integration with C using zig as a C compiler, and
concurrency via async functions.
Linter | Message | Location |
---|---|---|
input-labels Identify input labels that do not match package names | label 'zstd' does not match package name 'zstd:lib' |
|