40 releases

new 0.19.5 Apr 27, 2024
0.19.3 Mar 19, 2024
0.19.2 Feb 13, 2024
0.18.3 Nov 3, 2023
0.0.3 Jul 18, 2015

#23 in Unix APIs

Download history 42358/week @ 2024-01-11 46393/week @ 2024-01-18 42093/week @ 2024-01-25 45247/week @ 2024-02-01 51029/week @ 2024-02-08 47454/week @ 2024-02-15 47755/week @ 2024-02-22 54713/week @ 2024-02-29 55493/week @ 2024-03-07 55616/week @ 2024-03-14 62002/week @ 2024-03-21 59069/week @ 2024-03-28 59033/week @ 2024-04-04 60052/week @ 2024-04-11 59294/week @ 2024-04-18 49959/week @ 2024-04-25

237,707 downloads per month
Used in 576 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–12MB
~137K SLoC