gruggers

Crates.iogruggers
lib.rsgruggers
version0.1.0
created_at2026-01-20 18:45:21.289653+00
updated_at2026-01-20 18:45:21.289653+00
descriptionrust implementation of the grug language
homepage
repository
max_upload_size
id2057203
size1,157,870
(NikhilNathanael)

documentation

README

grug-rs

This repository contains a rust implementation of the grug language. It will include rust bindings, a frontend, and possibly multiple backends for grug

Building

run cargo build from within the repository.

Testing

This repository contains grug-tests as a submodule to allow for easy testing.

when you want to run the tests, clone the submodule with

git submodule update --init --force

build the tests with

cd src/grug-tests/ ./build.sh

then run the tests with

cargo test

Commit count: 0

cargo fmt