No description
  • Gleam 94%
  • Nix 6%
Find a file
2026-04-25 16:28:08 +08:00
src/nut small library of utility functions 2026-04-25 16:28:08 +08:00
test small library of utility functions 2026-04-25 16:28:08 +08:00
.gitignore small library of utility functions 2026-04-25 16:28:08 +08:00
flake.lock small library of utility functions 2026-04-25 16:28:08 +08:00
flake.nix small library of utility functions 2026-04-25 16:28:08 +08:00
gleam.toml small library of utility functions 2026-04-25 16:28:08 +08:00
manifest.toml small library of utility functions 2026-04-25 16:28:08 +08:00
README.md small library of utility functions 2026-04-25 16:28:08 +08:00

nut

Package Version Hex Docs

This package contains commonly used libraries that I use across Gleam projects.

Libraries

  • nut/parser: parser combinators for building small parsers.
gleam add nut@1
import nut

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

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

Development

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