starting to implement an iterator for NotePage

This commit is contained in:
Jack Case
2026-03-27 06:02:02 -04:00
parent 91a3dc4546
commit a26dfbd290
5 changed files with 36 additions and 16 deletions

View File

@@ -1,10 +1,9 @@
[package]
name = "rustlog"
name = "outline-rs"
version = "0.1.0"
edition = "2024"
[dependencies]
[[bin]]
name = "rustlog"
path = "main.rs"
[lib]