Crates.io | librsvg-rebind |
lib.rs | librsvg-rebind |
version | 0.1.0 |
source | src |
created_at | 2024-08-02 00:57:11.614867 |
updated_at | 2024-08-02 00:57:11.614867 |
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 | 33,899 |
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.