implement simple card storage retreival

This commit is contained in:
2026-08-29 14:57:55 +00:00
parent fb77f9facb
commit 07593e45f3
10 changed files with 208 additions and 5 deletions
+1
View File
@@ -1,4 +1,5 @@
#![no_std]
#![feature(vec_into_chunks)]
extern crate alloc;