2 releases

0.1.1 Nov 16, 2019
0.1.0 Nov 2, 2019

#12 in #ritual

Download history 5/week @ 2024-02-16 4/week @ 2024-02-23 4/week @ 2024-03-01 13/week @ 2024-03-08 158/week @ 2024-03-15 59/week @ 2024-03-22 43/week @ 2024-03-29

274 downloads per month

MIT/Apache

2MB
30K SLoC

Rust 24K SLoC // 0.0% comments C++ 6K SLoC

ritual

Build Status

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

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