Crates.io | librsvg-rebind |
lib.rs | librsvg-rebind |
version | 0.2.1 |
created_at | 2024-08-02 00:57:11.614867+00 |
updated_at | 2025-08-15 17:58:28.604042+00 |
description | Rust bindings for librsvg |
homepage | https://gitlab.gnome.org/GNOME/librsvg |
repository | https://gitlab.gnome.org/GNOME/librsvg |
max_upload_size | |
id | 1322687 |
size | 47,515 |
The librsvg-rebind crates allow to use librsvg's C-API from rust. Since librsvg is written in Rust, a native Rust API does exist. However, statically linking the library into a binary might not be desired in all cases. In these cases, librsvg can be linked dynamically and can reduce the Rust binary size by about 5 MB.