license SPDX line, implementing first global state

This commit is contained in:
neo
2026-08-25 13:48:33 +02:00
parent 215362f1bb
commit aeab2375c8
8 changed files with 114 additions and 3 deletions
+5 -1
View File
@@ -1,7 +1,11 @@
// SPDX: GPL-2.0-only
#![feature(c_variadic)]
pub(crate) mod ffi;
// public api
pub mod array;
pub mod display;
pub mod client;
pub mod display;
pub mod global;