Luca Palmieri
Luca Palmieri
## Describe the changes in the pull request The Rust compiler won't reuse intermediate artefacts that have been built with a different set of RUSTFLAGS. This PR tweaks the build.sh...
## Describe the changes in the pull request When running a Rust build, the Rust target directory was set to `bin/--/redisearch_rs`. When building Rust tests, the Rust target directory was...
## Describe the changes in the pull request Due to the size and variety of our workspace, we are often thrashing the build cache by building the same third-party dependency...
## Describe the changes in the pull request Integrate the Rust version of the non-optimized the optional iterator. Stacked on top of #7046 and #7398. #### Main objects this PR...
For releasing, we switched to [`release-plz`](https://release-plz.dev/docs). It handles version updates in manifests, changelog maintainance and crates.io publishing, thus simplifying the overall workflow. I'd like to avoid using an API token...
# Context Attribute macros _replace_ the item they were attached to. This is not the same behaviour you get with `derive` macros: in that case, the decorated item is left...