first commit

This commit is contained in:
aaron-jack-manning
2022-06-17 22:01:01 +10:00
commit 1979161431
5 changed files with 264 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "lazy-seq"
version = "0.1.0"
edition = "2021"
description = "A crate for constructing lazily evaluated sequences."
license = "MIT OR Apache-2.0"
[dependencies]