Files
browser/src
Karl Seguin 688cb55c2b Minor Reader tweaks
1- Remove `parser.trim`, it was only being used in 1 place. All other places
   are using `std.mem.trim(u8, X, &std.ascii.whitespace)`, so i updated MIME to
   use this as well

2- Use slightly more meaningful field name, i => pos, s = data

3- Leverage std.mem.indexOfScalarPos which can be more efficient for longer
   inputs (since it leverages SIMD)
2025-02-08 15:57:32 +08:00
..
2025-02-08 15:57:32 +08:00
2025-01-29 18:38:05 +01:00
2025-01-27 12:33:05 +01:00
2025-02-08 15:57:32 +08:00
2025-02-08 15:57:32 +08:00
2025-01-27 12:33:05 +01:00
2025-01-27 12:33:05 +01:00
2024-11-21 16:42:48 +01:00
2024-12-04 23:06:55 +01:00
2025-01-29 18:38:05 +01:00
2024-11-21 16:42:48 +01:00
2024-11-21 16:42:48 +01:00