File: README.md

package info (click to toggle)
rust-libglycin-rebind 0.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: makefile: 34
file content (20 lines) | stat: -rw-r--r-- 677 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Rust libglycin bindings

The Rust bindings for [libglycin](https://gitlab.gnome.org/GNOME/glycin).

This package contains safe Rust bindings for the libglycin C library.

Since glycin is written in Rust, the native [`glycin`] crate is available to use the same features. One of the main purposes of *libglycin-rebind* is to reduce the binary sice.

To use this package, the *libglycin-2* library has to be available on the system.
If you use the native [`glycin`] crate, this is not required.

<!-- TODO -->
<!-- Website: <> -->

<!-- ## Documentation -->

<!-- - libglycin: <> -->
<!-- - libglycin-sys: <> -->
<!-- - libglycin-gtk4: <> -->
<!-- - libglycin-gtk4-sys: <> -->