Danilo Bargen
Danilo Bargen
This can probably be closed :)
Hi Ditchou. I created an Autocomplete by using a prefixed Sphinx index and using the SPH_MATCH_EXTENDED2 mode. sphinx.conf: ``` index persons_prefixed { source = persons path = /var/sphinx/data/persons_prefixed docinfo =...
Ok. Where is the unsafety coming from? (I'm thinking about an FFI context where pointer handling is already unsafe.) My main use case was replacing this: ``` #[no_mangle] extern "C"...
Ok. Would you be willing to accept a pull request with such a change? As written above, it would allow me to replace this: ```rust #[no_mangle] extern "C" fn foo()...
Sure, it's not pressing :) A library that might benefit from this is [jni-rs](https://github.com/prevoty/jni-rs/issues/42).
@Artur-Romaniuk do you have plans to finish this PR, or would you like for someone else to take over?
We should remove notes about the branch, but we should not delete it, since some projects might still have that branch in their dependencies. And we don't want to break...
> but i guess that wouldn't prevent @dbrgn from accepting a PR adding the mock for 0.x; this is more for your information depending on what you plan on building....
I'll close this for now, since - as discussed above - the `IoPin` trait was removed from embedded-hal 1. Regarding my statement in the comment above: Since embedded-hal 1 is...
Let's close it for now. I don't think it's a big hassle to include these manual function names in the assertions, and wouldn't really want to add additional dependencies that...