4 releases

0.1.3 Jan 15, 2025
0.1.2 Jan 15, 2025
0.1.1 Jan 15, 2025
0.1.0 Jan 15, 2025

#140 in Procedural macros

Download history 275/week @ 2025-01-12 53/week @ 2025-01-19 3/week @ 2025-02-02

331 downloads per month
Used in axsys-noun-macros

MIT license

125KB
2.5K SLoC

Noun

Cargo build MIT license

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).

Getting Started

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

Dependencies

~4MB
~84K SLoC