about summary refs log tree commit diff
path: root/library/core/src/bstr.rs
AgeCommit message (Expand)AuthorLines
2025-03-11Move ByteStr compare and index traits to a separate moduleThalia Archibald-583/+0
2025-02-27Fix char count in Display for ByteStrThalia Archibald-1/+3
2025-01-22Add doc aliases for BStr and BStringJosh Triplett-0/+1
2025-01-12Omit some more `From` impls to avoid inference failuresJosh Triplett-22/+26
2025-01-11Implement `ByteStr` and `ByteString` typesJosh Triplett-0/+576