pub const line_sep = @compileError("deprecated; choose correct end-of-line sequence of characters by yourself instead");
pub const cmp = @compileError("deprecated; use `std.mem.orderZ` instead");
pub const addNullByte = @compileError("deprecated; use `allocator.dupeZ(u8, stuff)` instead");