Skip to content

Quickstart

Installation

Prerequisites

  • Rust Nightly with Cargo
  • Terminal for accessing TypeDown via its command line interface (CLI)
  • Text Editor

TypeDown can be used as a standalone tool or integrated as a dependency in an existing Rust project. For standalone installation, run:

sh
$ cargo install --git https://github.com/MordragT/type-down

Embedding

Prerequisites

  • Rust Nightly with Cargo

To integrate TypeDown into your existing Rust project, either run the command below or manually add it to your Cargo.toml file:

sh
$ cargo add --git https://github.com/MordragT/type-down

Released under the MIT License.