Scaffold crate to manage data structures

This commit is contained in:
Michael Bradley 2025-01-04 00:13:17 +13:00
parent e51655f6e4
commit 28e780d274
Signed by: MichaelBradley
SSH key fingerprint: SHA256:cj/YZ5VT+QOKncqSkx+ibKTIn0Obg7OIzwzl9BL8EO8
4 changed files with 56 additions and 0 deletions

2
src/backing/mod.rs Normal file
View file

@ -0,0 +1,2 @@
pub mod keyed;
pub mod pure;