Karl Meakin
bf7b05c97b
refactor: move runtime functions to core
...
Instead of `include_str!()`ing `range_search.rs`, just make it a normal
module under `core::unicode`. This means the same source code doesn't
have to be checked in twice, and it plays nicer with IDEs.
Also rename it to `rt` since it includes functions for searching the
bitsets and case conversion tables as well as the range
represesentation.
2025-10-31 14:11:35 +00:00
..
2025-10-14 21:12:11 -04:00
2025-10-05 21:03:30 +02:00
2025-09-22 09:28:38 +02:00
2025-07-08 11:48:15 +00:00
2025-09-01 21:38:26 -04:00
2025-09-01 21:38:26 -04:00
2025-09-07 15:21:24 +02:00
2025-09-06 04:35:52 +02:00
2025-09-12 12:39:31 +03:00
2025-09-27 17:09:01 +02:00
2025-10-04 16:07:06 +02:00
2025-06-07 20:13:54 +01:00
2025-07-02 14:17:54 +00:00
2025-10-16 19:35:22 +02:00
2025-07-17 03:58:32 +02:00
2025-10-18 08:08:36 +02:00
2025-10-07 17:42:10 +02:00
2025-06-22 16:06:25 -07:00
2025-10-14 21:49:24 -04:00
2025-09-26 18:41:32 -04:00
2025-10-14 19:47:31 +02:00
2025-09-27 01:11:01 +03:00
2025-09-27 17:09:01 +02:00
2025-09-21 14:42:34 +10:00
2025-09-01 21:38:26 -04:00
2025-08-18 13:12:19 +02:00
2025-10-14 19:47:28 +02:00
2025-09-08 22:07:43 -04:00
2025-10-16 10:52:51 +02:00
2025-10-16 10:52:51 +02:00
2025-09-28 18:13:12 +02:00
2025-09-01 21:38:26 -04:00
2025-10-31 14:11:35 +00:00
2025-09-26 18:41:32 -04:00
2025-05-12 15:33:30 +02:00
2025-06-20 11:11:51 -05:00
2025-06-19 23:20:06 +02:00
2025-09-06 04:35:52 +02:00
2025-10-04 17:11:08 +02:00
2025-10-06 08:39:41 -04:00
2025-09-17 16:39:01 -05:00
2025-04-10 16:32:56 -07:00
2025-09-07 21:16:35 -07:00
2025-09-24 20:02:35 +01:00
2025-06-15 22:08:41 +02:00
2025-08-31 13:40:35 +02:00
2025-08-10 01:11:45 -04:00
2025-09-27 11:29:49 +02:00
2025-10-15 09:40:44 +01:00
2025-10-18 00:59:17 +00:00
2025-08-12 12:52:39 +02:00
2025-10-08 11:35:39 +02:00
2025-09-06 04:35:52 +02:00
2025-10-05 17:45:27 +00:00
2025-07-25 22:02:09 -07:00
2024-09-22 19:11:29 -04:00
2025-07-11 10:21:34 -07:00
2025-09-12 12:39:31 +03:00
2025-10-18 00:59:17 +00:00
2025-09-26 18:41:32 -04:00
2025-10-01 18:47:09 -04:00
2025-09-22 09:28:38 +02:00
2025-02-15 17:27:55 +01:00
2024-12-12 16:29:40 +00:00
2025-09-16 13:11:34 -06:00