graphshell 0.0.1

Portable shell layer for the Mere browser — host GUI integration and Navigator surface.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 0 items with examples
  • Size
  • Source code size: 2.42 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 242.27 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 5s Average build duration of successful builds.
  • all releases: 5s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mark-ik

Graphshell

Portable shell layer for the mere browser — host GUI integration (iced, gpui, html/css, or other) and Navigator surface (the single configurable-scope surface where browsing happens).

Graphshell owns the workbench, the tile tree, the Navigator, and the interface contracts to whichever GUI framework hosts the app on a given platform. It is intentionally framework-agnostic so Mere can ship across native desktop, browser-extension, browser-tab/PWA, and mobile envelopes with the same shell semantics.

Status

Pre-1.0. This 0.0.x release reserves the crate name and documents intent; implementation is in progress within the Mere workspace.