implement simple card storage retreival

This commit is contained in:
2026-08-25 18:41:53 +00:00
parent 9cd595acfe
commit 6407131a00
10 changed files with 209 additions and 6 deletions
+1
View File
@@ -1,4 +1,5 @@
#![no_std]
#![feature(vec_into_chunks)]
extern crate alloc;