10 unstable releases (4 breaking)
0.5.0 | Aug 14, 2023 |
---|---|
0.4.3 | Jul 28, 2023 |
0.4.0 | Feb 9, 2023 |
0.3.0 | Oct 27, 2022 |
0.1.0 | Jun 25, 2021 |
#21 in #sparql
157 downloads per month
Used in tracker-rs
41KB
482 lines
Tracker-rs for Tracker 3.0
The Rust API is documented here: https://dleggo.gitlab.io/tracker-rs/tracker/index.html.
All the functions that GIR can simply generate are available. Some things haven't been added to tracker-rs yet though:
- The function
foreach
inNamespaceManager
is not available. - The function
get_values
inResource
is not available. - The function
update_array_async
inSparqlConnection
is not available. - The sparql utility functions are missing.
Work In Progress
- Write examples to check the basic functionality is working.
- Test flatpak intergration and async functionality.
I do not know enough of Rust, C, or FFI to enable the class and functions above, I will try in the future. Please contribute to enable everything in Tracker 3.x, writing the functions in idiomatic rust, and creating working examples. Also a suite of tests would be awesome!
Build
To regenerate the the code from the gir files. Run ./generator.py
Dependencies
~1.1–1.6MB
~33K SLoC