7 releases (breaking)
| 0.5.0 | Mar 21, 2020 |
|---|---|
| 0.5.0-alpha.1 | Mar 17, 2020 |
| 0.4.0 | Feb 17, 2020 |
| 0.3.0 | Nov 2, 2019 |
| 0.0.0 | Jan 7, 2019 |
#919 in Build Utils
362 downloads per month
Used in 16 crates
(12 directly)
31KB
547 lines
Implementation of build script for all Qt crates
See README of the repository root for more information.
The build script uses qmake available in PATH to determine paths to the Qt installation and passes them to
ritual_build.
ritual
ritual allows to use C++ libraries from Rust. It analyzes the C++ API of a library and generates a fully-featured crate that provides convenient (but still unsafe) access to this API.
The main motivation for this project is to provide access to Qt from Rust. Ritual provides large amount of automation, supports incremental runs, and implements compatible API evolution. This is mostly dictated by the huge size of API provided by Qt and significant API differences between Qt versions. However, ritual is designed to be universal and can also be used to easily create bindings for other C++ libraries.
More information is available on rust-qt.github.io:
License
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
If you use Qt, you should also take into account Qt licensing.
Contributing
Contributions are always welcome! You can contribute in different ways:
- Submit a bug report, a feature request, or an improvement suggestion at the issue tracker;
- Write a test or an example for a Qt crate (porting examples from the official Qt documentation is a good option);
- Pick up an issue with help wanted tag.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Dependencies
~4–16MB
~167K SLoC