Mortano
Mortano
Related to that: There is a safety violation in the current implementation of the `Pos` type used internally for indexing. There is a possible case where `2^16` distinct elements have...
@tommasoclini I used the blocking ADC implementation as a workaround because I don't have a lot of data to read. Not ideal but acceptable for my usecase.
I should be able to help with that, if the help is still wanted. Are there any contribution guidelines for first-time contributors?
Ok I'll start working on this then :)
Do you have a preference as to how detailed the documentation should be? Unsafe Rust is a tricky beast and many of the unsafe functions that are used have quite...
Ok I'll try to keep it more concise then, thanks for the clarification
I found one potential safety violation related to #579 (see my comment in there). I'll continue checking and commenting the rest of the `unsafe` code and will comment here if...
You're welcome :) I submitted a PR for the `#[repr(C)]` issue. As for the second issue, I will make the trait methods of `Node` `unsafe`, however I do think that...
I agree that this is probably the better API as it doesn't depend on correct initialization. I will implement this and create a PR for this as well.
@sgued Sorry to bother you again, but after looking at this some more, I think even your suggested change isn't enough unfortunately. The problem is the way the `AtomicPtr` is...