lemon_memory/
lib.rs

1//! Memory nodes for [lemon-graph](https://github.com/unavi-xyz/lemon/tree/main/crates/lemon-graph).
2
3pub fn hello() {
4    println!("Hello, world!");
5}