hvif

Crates.iohvif
lib.rshvif
version0.1.1
sourcesrc
created_at2021-09-15 19:48:51.733806
updated_at2021-09-15 21:03:34.148027
descriptionParser and renderer for HVIF (Haiku Vector Icon Format)
homepagehttps://linkmauve.fr/dev/hvif/
repositoryhttps://git.linkmauve.fr/hvif.git
max_upload_size
id451954
size55,255
(linkmauve)

documentation

README

HVIF parser and renderer

crates.io docs.rs License Join the XMPP chat at hvif@muc.linkmauve.fr

A pure Rust implementation of HVIF, the Haiku Vector Icon Format.

The parsing is done using nom, and the rendering using cairo.

A GDK-Pixbuf loader is also provided for every Linux program using this library.

How to use

Clone the repository:

% git clone https://git.linkmauve.fr/hvif.git

Build:

% meson hvif build && ninja -C build

Install (as root):

# ninja -C build install

Packages

ArchLinux

You can install the hvif-git package from AUR.

Commit count: 0

cargo fmt