Commits
Click on a commit to change the comparison rangerefactor(codegen): reduce repeated code (#13191)
Codegen contains the same code for getting the bytes of `PS` and `LS` characters in multiple places. Remove this repetition by exporting the consts from `str.rs` module, and using them everywhere else.3 months ago
by overlookmotel