Skip to Content
APIOverview

API Overview

This section is a map, not a full manual.

Use it to answer three questions:

  • which crate owns this concept?
  • which page should I read before opening rustdoc?
  • what boundary does this crate own in the framework?

Exact methods, generics, and trait bounds should still come from rustdoc.

Crate map

crateownsstart here
ansiqthe default umbrella entry point and prelude for new usersansiq
ansiq-corereactivity, Element, styles, history, widget stateansiq-core
ansiq-runtimeApp, main loop, RuntimeHandle, localized update orchestrationansiq-runtime
ansiq-surfaceterminal session, viewport policy, history commitansiq-surface
ansiq-widgetslow-level widgets and higher-level compositionsansiq-widgets
ansiq-macrosthe view! macro and declarative tree constructionansiq-macros

Choose by question

If your question is:

Suggested order

If you want a systematic path through the API, use this order:

  1. ansiq-core
  2. ansiq
  3. Signals and Hooks
  4. ansiq-runtime
  5. ansiq-surface
  6. ansiq-widgets
  7. ansiq-macros
Last updated on