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

View file

@ -1,3 +1,5 @@
pub mod backing;
use pyo3::prelude::*;
/// Formats the sum of two numbers as string.