docs.rs failed to build escriba-render-0.1.10
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.
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.
escriba-render — rendering trait + implementations.
Two backends, same trait surface:
- [
TextRenderer] — ANSI-in-stdout for CI / headless runs. - [
gpu::GpuRenderer] — madori + garasu + glyphon real GPU window. Implements [madori::RenderCallback]; the escriba binary pairs it with anon_eventhandler that shares anArc<Mutex<EditorState>>.