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
..
2025-01-11 00:01:24 +00:00
2025-01-11 00:01:24 +00:00
2024-11-12 04:24:43 +00:00
2025-01-15 18:45:14 +00:00
2024-11-07 22:33:15 +00:00
2025-01-11 00:01:24 +00:00