docs.rs failed to build zen-rs-0.1.3
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.
Visit the last successful build:
zen-rs-0.1.2
Library of Components for Generating Non-Interactive Pages/Cards/Files/Content
Components
- Container
- Text
- As text (in HTML
<div>
) - As link (HTML only,
<a>
)
- As text (in HTML
- Icon
Available Renders
- HTML (custom implementation)
- PNG (conversion from SVG)
- PDF (Skia)
- SVG (Skia)
- Leptos
Goals
- Provide the minimal required support for renderer-specific features
- Ensure maximum compatibility of element properties across all renderers
- Offer a minimally comfortable set of components
Non-Goals
- Full support for all available properties in all renderers
- Interactivity (e.g., CSS animations)
- Script support for HTML
Specific style
create rustfmt.toml
and add this:
[]
[[]]
[[]]
Example (HTML)
use ;
what we got
Contributing
If you would like to contribute, feel free to open an issue in the repository.
License
This project is licensed under the MIT License.