| Crates.io | gruggers |
| lib.rs | gruggers |
| version | 0.1.0 |
| created_at | 2026-01-20 18:45:21.289653+00 |
| updated_at | 2026-01-20 18:45:21.289653+00 |
| description | rust implementation of the grug language |
| homepage | |
| repository | |
| max_upload_size | |
| id | 2057203 |
| size | 1,157,870 |
This repository contains a rust implementation of the grug language. It will include rust bindings, a frontend, and possibly multiple backends for grug
run cargo build from within the repository.
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