lingxia-browser 0.5.1

Browser runtime capability crate for LingXia
docs.rs failed to build lingxia-browser-0.5.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

lingxia-browser

Browser runtime capability crate used by LingXia shell/product code.

What it provides

  • Internal browser tab lifecycle and tab registry
  • Browser-facing navigation/address-bar data types
  • Open/close/update helpers for managed browser tabs
  • Hooks that integrate browser tabs with downloads and embedded internal pages

Key APIs

  • open(...), open_for_app(...), close(...)
  • tab_path(...), update_tab(...)
  • start_download(...)
  • install_runtime(), register_internal_page(...), warmup()

Notes

This crate is an internal runtime layer, not a standalone end-user browser. The higher-level lingxia-shell crate wires it into host registrations and the bundled browser Web UI.