Danyel
Danyel
@flosse, `duktape_sys` and `duktape_ffi` are the same - low-level bindings to the C functions from the original duktape -, the difference being that `duktape_ffi` compiles (on stable Rust). `duktape` is...
Nice! Can you merge it and publish the duktape-sys part to crates.io? It just fixes the build so it compiles on nightly
We're probably going to use C#, although Java/Scala were also considered.
Thank you all for the awesome input. OSC is not an option because it should both run on the same device and the devices we're targeting don't support C++ apps...
Hey there, thanks for this very nice contribution. I see a lot of repetition to what I had written and I tried to circumvent this a long time ago by...
Unfortunately, changing the locale of the entire process's C library is not acceptable as a side effect in a library, which is why I was very declined against merging this....
Well the clear benefit would be to have access to multiple combinators like `map`, `filter` etc. The cleanest solution would be to have an FSM and to always move on...
I tried to fork the `streaming_iterator` crate and make it mutable but my Rust skills suck too hard, I had a lot of problems with some occurrences of `FnOnce` et...
> Another caveat with the StreamingIterator is that users will need to the trait to use it, we can re-export it so users won't have to deal with streaming_iterator directly...
Yes, it works on OS X, at least from what I can tell, as I'm using it :)