# Jingo Library **You may be searching for [the repository](https://github.com/scOwez/jingo), you are currently in the backend code for Jingo.** --- The central library for Jingo, containing the core of the compiler. This library is designed to be used downstream for the official CLI or any future language servers/other tooling utilising the compiler without wanting the added bulk of CLI dependencies. - [Documentation](https://docs.rs/jingo-lib) ## Usage Add to your `Cargo.toml`: ```toml [dependencies] jingo-lib = "0.1" ```