Files
Ingvar Stepanyan 3fdb737eb8 Use (int) instead of (uint) for FFI
C# uses `int` everywhere for positons and lengths in standard APIs.

Our manual conversions from Rust `uint` to C# `int` do the same bitcast anyway, so we might as well change the FFI definitions instead for cleaner code and fewer casts.
2025-01-23 00:53:42 +00:00
..
2024-09-27 19:07:08 +00:00