docs.rs failed to build maple-render-core-0.1.0
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.
maple-render-core
Core rendering engine extracted from Maple.
This crate contains:
- Template repository loading (
Repository) - Frame compositing and mapping (
Render,Renders) - GIF/video helpers (
GifAnim,VidAnim) - Quantization pipeline
- Input handling for images and text
It intentionally does not bundle templates or font assets.
For text rendering, callers must pass font bytes into Input::from_text.
Publish checklist
From the repository root:
# 1) Validate locally
# 2) Inspect package contents
# 3) Full registry validation without upload
# 4) Publish for real
Minimal usage
use ;
use RenderQuality;