Cydhra

Results 12 issues of Cydhra

Delegating stuff that takes `self` or `&self` covers many use cases, but there are more. Imagine a simple example like this: ```Rust use ambassador::delegatable_trait; use ambassador::Delegate; use num::BigUint; struct FastSqrt;...

enhancement

Proto 3.15.0 enabled optionals by default, which especially relevant for kotlin due to nullability. Sadly the generator crashes when using optionals. Will support be added?

type: feature request

The interface `PowerShellResponseHandler` is package-private. However, it is exposed through `executeCommandAndChain` in the public API, as discussed in #52 I therefore made the interface public itself.

Listed here are breaking changes to implement if a major version release is planned - [x] Rename `FastRmq` to `SmallRmq` or something similar, expressing its higher memory efficiency - [x]...

enhancement
breaking
2.0

The `Equivalence` derive macro cannot be used if the `mpi` crate is used from a re-exported path (#189). This PR fixes the issue with the suggestion by @2pt0: ```rs use...

Attempting to copy/move/create files in the append directory always fails with an Input/Output error: ``` cp: error writing 'manual/append/test2.fa': Input/output error ``` I can map test2.fa, but I cannot append...

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.81.0 (eeb90cda1 2024-09-04)...

C-bug

Add support for partitioned Min-Max-Trees as described in Section 3 of [Cordova & Navarro](https://www.sciencedirect.com/science/article/pii/S0304397516300706). The partitions will reduce the size of the mMTs, especially because it allows the trees to...

enhancement
breaking

Similarly to how we exploit the rank/select structure in the `iter1()` implementation of `RsVec`, we can exploit it to find a predecessor/successor bit to any given index quickly (in the...

enhancement

Now that nightly supports portable_simd, we can attempt to replace the SIMD implementations with portable_simd. In the current state, this does not avoid `unsafe` entirely, because while the `BlockDescriptor` struct...

blocked
2.0