An open API service indexing awesome lists of open source software.

https://github.com/rant-lang/reference

Reference documentation for Rant 4
https://github.com/rant-lang/reference

documentation rant rant-lang rant4

Last synced: about 1 year ago
JSON representation

Reference documentation for Rant 4

Awesome Lists containing this project

README

          

# Rant Reference Documentation

[![Book](https://github.com/rant-lang/reference/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/rant-lang/reference/actions/workflows/main.yml)

The home of the Rant 4 reference documentation.

Disclaimer: This document is a work-in-progress and is not normative.

## Building

Building the reference requires `mdbook`, which is installed via Cargo with:

```sh
cargo install mdbook
```

Then build the book with:

```sh
mdbook build
```

The built book will be created in a `book` directory in the project root.