> For the complete documentation index, see [llms.txt](https://docs.liberland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liberland.org/blockchain/for-developers-and-testers/rust.md).

# Rust API docs

Liberland Blockchain Node contains thorough in-code documentation.

## Seeing Rust API docs locally

Assuming you have your development environment setup (see [Build, Run & Test guide](/blockchain/for-developers-and-testers/dev.md)), execute following in main `liberland_substrate` repo directory:

```
cargo doc --open --no-deps -p pallet-llm -p pallet-liberland-legislation -p pallet-liberland-initializer
```
