# nm-applet rust bindings [![][img_crates]][crates] [![][img_doc]][doc]
Rust bindings for the libnma4 library.
## Important notes
- This library does not provide bindings for the libnma gtk3 library yet.
- These bindings are currently incomplete, if there is anything missing or you
encounter a problem, please drop an issue.
## Dependencies
- libnma4 from nm-applet
- libnm from network-manager
- glib
- gtk4
For information about the libnma library, check out the
[GitLab repository](https://gitlab.gnome.org/GNOME/libnma) and the
[documentation](https://gnome.pages.gitlab.gnome.org/libnma).
[img_crates]: https://img.shields.io/crates/v/nma4.svg
[img_doc]: https://img.shields.io/badge/rust-documentation-blue.svg
[crates]: https://crates.io/crates/nma4
[doc]: https://docs.rs/nma4/