Zalathar
44f5ec7d56
Avoid an explicit cast from *const c_uchar to *const c_char
...
As noted in the `ffi` module docs, passing pointer/length byte strings from
Rust to C++ is easier if we declare them as `*const c_uchar` on the Rust side,
but `const char *` (possibly signed) on the C++ side. This is allowed because
both pointer types are ABI-compatible, regardless of char signedness.
2025-08-15 20:24:13 +10:00
..
2025-07-14 09:25:54 +00:00
2025-07-29 14:17:48 +00:00
2025-08-11 17:05:36 -05:00
2025-07-31 19:58:04 +10:00
2025-08-14 18:11:56 +02:00
2025-08-14 16:28:56 +00:00
2025-08-11 17:05:36 -05:00
2025-08-14 18:18:22 +02:00
2025-08-14 12:50:07 -04:00
2025-08-14 18:18:42 +02:00
2025-08-13 21:01:37 +02:00
2025-08-13 21:01:37 +02:00
2025-08-15 20:24:13 +10:00
2025-08-13 21:01:37 +02:00
2025-08-14 11:39:38 +02:00
2025-07-25 22:24:21 +02:00
2025-07-31 19:58:04 +10:00
2025-08-14 18:18:42 +02:00
2025-08-14 21:48:41 +02:00
2025-08-13 18:43:01 +02:00
2025-08-14 02:07:40 +05:30
2025-08-14 18:18:42 +02:00
2025-08-13 09:33:09 -05:00
2025-08-11 17:05:42 -05:00
2025-08-14 11:39:40 +02:00
2025-07-31 19:58:04 +10:00
2025-07-31 19:58:04 +10:00
2025-08-11 09:18:46 +02:00
2025-08-13 08:59:32 +08:00
2025-07-10 10:25:29 -05:00
2025-08-14 11:39:38 +02:00
2025-08-13 07:03:49 +02:00
2025-08-13 04:18:43 +00:00
2025-08-14 16:28:56 +00:00
2025-08-12 09:24:45 -07:00
2025-08-14 11:39:39 +02:00
2025-08-09 03:19:26 +00:00
2025-08-08 00:20:55 -05:00
2025-08-13 09:33:09 -05:00
2025-08-14 11:39:39 +02:00
2025-08-11 15:51:03 +02:00
2025-08-14 21:48:42 +02:00
2025-07-08 10:16:44 +00:00
2025-08-14 18:18:42 +02:00
2025-08-08 14:22:44 -05:00
2025-08-11 17:05:42 -05:00
2025-07-31 19:58:04 +10:00
2025-08-09 01:35:50 +08:00
2025-07-23 23:54:37 +00:00
2025-07-07 12:58:16 +00:00
2025-07-31 14:19:27 +02:00
2025-08-14 23:30:10 +00:00
2025-08-09 14:22:01 +08:00
2025-07-05 10:55:42 +02:00
2025-08-13 08:59:32 +08:00
2025-08-13 21:01:37 +02:00
2025-08-13 18:42:59 +02:00
2025-08-14 14:01:12 +00:00
2025-08-04 15:03:49 -07:00
2025-08-14 11:39:38 +02:00
2025-08-01 04:06:21 +00:00
2025-07-31 19:58:04 +10:00
2025-08-11 17:05:42 -05:00
2025-08-12 10:08:26 +02:00