- Lost in the World Wide Web (help)
- https://schrottkatze.de
- Joined on
2023-05-03
They are indeed not what this PR introduces, those will not be in the PR once it's complete. this is basically just a working copy/scratchpad state for now, and i'll be purging it once the actual…
- worse debuggability
i have an idea what one could do for that, I'll be implementing that soon-ish when i have the energy
- when writing fn runner() as opposed to a direct fn eval(&Inputs…
The intention is to perfect the api beforehand, and tbh, you'll be the only other person reviewing stuff anyway. And wdym "editing them easily", tbh i find editing text in my editor much, much…
As I've just realized because I was trying to implement ToOwned
/AsRef
, it isn't even necessary to have a seperate DataRef
, so i removed that entirely and... who would've thought, it's much…
DataRef
Unless I misunderstood rusts dyn
, this avoids the overhead of dynamic dispatch by saving static function pointers, which can just be called on the fly
this is heavily WIP, remember, these are experiments. There will not be a seperate PR until this is not only out of experimental state, but a functioning image processing library that has all…
because i wanted to do second params like that originally, then realizing it doesn't work that "easily". so basically, still WIP
probably gonna refactor this to not panic in the future and add proper handling (Result
s lol)
I did that deliberately to not trigger the lint, but I'll fix that and properly do it after fixing your simpler reviews
did the renaming, gonna take care of the AsRef
impl later (I remember trying that earlier and something causing problems, i forgot what that was though.)