Crates.io | axsys-noun |
lib.rs | axsys-noun |
version | 0.1.3 |
source | src |
created_at | 2025-01-15 17:33:01.169294+00 |
updated_at | 2025-01-15 17:52:27.420809+00 |
description | A library for working with Noun data |
homepage | |
repository | https://github.com/liam-fitzgerald/axsys-noun |
max_upload_size | |
id | 1517750 |
size | 124,086 |
This repository is intended to serve as a building block for Rust code that needs to interact with an Urbit node by providing a native Rust representation of the noun, Urbit's native data structure. For more information, consult the documentation (see below).
Ensure you have an up-to-date Rust toolchain installed on your machine. If you need Rust installation instructions, head to rust-lang.org.
To build, run:
$ cargo build --release
If you want a debug build, run:
$ cargo build
To build and run the test suite, run:
$ cargo test
To build and view the documentation, run:
$ cargo doc --open