No description
  • Gleam 94.4%
  • Nix 5.6%
Find a file
2026-04-25 19:28:02 +08:00
.github/workflows migrate away from slop directory to new project 2026-04-07 19:45:27 +08:00
src move parser to my lib 2026-04-25 19:28:02 +08:00
test move parser to my lib 2026-04-25 19:28:02 +08:00
.gitignore migrate away from slop directory to new project 2026-04-07 19:45:27 +08:00
flake.lock migrate away from slop directory to new project 2026-04-07 19:45:27 +08:00
flake.nix migrate away from slop directory to new project 2026-04-07 19:45:27 +08:00
gleam.toml move parser to my lib 2026-04-25 19:28:02 +08:00
manifest.toml move parser to my lib 2026-04-25 19:28:02 +08:00
README.md migrate away from slop directory to new project 2026-04-07 19:45:27 +08:00

nutst

Package Version Hex Docs

gleam add nutst@1
import nutst

pub fn main() -> Nil {
  // TODO: An example of the project in use
}

Further documentation can be found at https://hexdocs.pm/nutst.

Development

gleam run   # Run the project
gleam test  # Run the tests