Christian Legnitto
Christian Legnitto
I got busy, hope to address feedback later this week.
That makes sense to me.
Some non-scientific numbers, on my machine the current implementation PR with `rand_core` and `rand_chacha` adds .5-1 second to debug builds vs main (dfe969005264fff54060f9fb148639f80f9cfb29): **MAIN** Finished dev [unoptimized + debuginfo] target(s)...
Not to be rude, but your info is wrong and presented as fact. Please refrain from making such sweeping statements. Juniper has a book that covers just as much if...
Just want to mention I hit this bug my very first time doing _anything_ with ghidra. It is extremely counterintuitive these are picked up in one situation and throw an...
This is better / more generic, right? I would almost call the current behavior a bug. If my rust code changes values but keeps the label constant, deserializing from storage...
I recently hit this and asked in [gitter](https://gitter.im/PyO3/Lobby?at=60321eef8621811d588eae1c) too > "How do I use abstract base classes / make my Rust code with the same api as a built in...
Potentially relevant: https://www.python.org/dev/peps/pep-0253/
Servo does some webidl parsing and rust code gen: https://github.com/servo/servo/tree/master/components/script/dom/bindings/codegen
There is also https://github.com/kryptan/webinden by @kryptan