0.x

Teksilo is pre-1.0: breaking changes land between minor versions, so pin the version you tested against. How to pin it →

Documentation

The written guides, the generated catalogs and the API reference all live at docs.teksilo.rs, and the same guides ship inside the repository so you can read them from a checkout.

The guides and the generated catalogs are at docs.teksilo.rs, and the rustdoc API reference sits under /api/ on the same site. The guides and the catalog pages are plain Markdown in the repository under docs/, so a checkout gives you both without a browser.

Start here

Eight guides carry most of the weight. Read the two or three that match what you are building.

Reference

The Widget Catalog is one page per widget, generated from the source: the module’s own documentation, the public types, and the builder methods you can actually call. Each page links into the matching rustdoc module, and the full API reference is at /api/teksilo_widgets/.

Three more catalogs are generated the same way from the crates beside the widgets:

Offline

cargo install mdbook          # once
git clone https://github.com/ferntech-eu/teksilo
cd teksilo
mdbook serve --open           # the guides and the catalogs
cargo doc --no-deps --open    # the API reference

The catalog pages are committed, so the book builds on a fresh clone with no generator step.

For what the framework does and the gaps it still has, read the tour. For a first window on screen, get started.