39 releases

0.19.3 Mar 19, 2024
0.18.3 Nov 3, 2023
0.18.0 Jul 23, 2023
0.17.4 Mar 14, 2023
0.0.3 Jul 18, 2015

#24 in Unix APIs

Download history 43719/week @ 2024-01-03 41837/week @ 2024-01-10 46234/week @ 2024-01-17 42479/week @ 2024-01-24 45454/week @ 2024-01-31 50045/week @ 2024-02-07 47293/week @ 2024-02-14 47993/week @ 2024-02-21 54770/week @ 2024-02-28 54951/week @ 2024-03-06 54189/week @ 2024-03-13 62377/week @ 2024-03-20 58679/week @ 2024-03-27 58791/week @ 2024-04-03 60711/week @ 2024-04-10 50044/week @ 2024-04-17

238,029 downloads per month
Used in 577 crates (57 directly)

MIT license

4MB
97K SLoC

Rust Pango bindings

Rust bindings and wrappers for Pango, part of gtk-rs-core.

Pango 1.40 is the lowest supported version for the underlying library.

Minimum supported Rust version

Currently, the minimum supported Rust version is 1.70.0.

Documentation

Using

We recommend using crates from crates.io, as demonstrated here.

If you want to track the bleeding edge, use the git dependency instead:

[dependencies]
pango = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "pango" }

Avoid mixing versioned and git crates like this:

# This will not compile
[dependencies]
pango = "0.13"
pango = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "pango" }

See Also

License

pango is available under the MIT License, please refer to it.

Dependencies

~4–13MB
~139K SLoC