* Skirmantas Kligys:

> I am trying to write a native wrapper for
>
> https://github.com/pascalj/rust-expat
>
> (BTW, if there is a native Rust XML parser, I am interested to hear
> about it, did not find it).  I have trouble calling back into Rust
> from C code:

It's probably better to avoid calling back into Rust, storing events
in a buffer in C callbacks.
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to