rust-ffi-stringtools icon indicating copy to clipboard operation
rust-ffi-stringtools copied to clipboard

A collection of examples how to use Rust libraries from other languages.

Results 1 rust-ffi-stringtools issues
Sort by recently updated
recently updated
newest added

I believe the C# example is wrong. Based on [this SO answer](http://stackoverflow.com/questions/32812769/using-unicode-strings-in-dllimport-with-rust-dlls/32816043#32816043) and the [MSDN documentation on `CharSet`](https://msdn.microsoft.com/en-us/library/system.runtime.interopservices.charset.aspx), I believe the default marshalling of strings is UTF-16. The C# example...