introduce bespoke Heap type for in-heap partial strings

This commit is contained in:
Mark Thom
2025-07-07 21:59:50 -07:00
committed by Mark Thom
parent f7bbdfe73a
commit c0f72704ec
54 changed files with 7835 additions and 7166 deletions
-1
View File
@@ -48,7 +48,6 @@ jobs:
# Cargo.toml rust-version
- { os: ubuntu-22.04, rust-version: "1.85", target: 'x86_64-unknown-linux-gnu'}
# rust versions
- { os: ubuntu-22.04, rust-version: "1.77", target: 'x86_64-unknown-linux-gnu'}
- { os: ubuntu-22.04, rust-version: beta, target: 'x86_64-unknown-linux-gnu'}
- { os: ubuntu-22.04, rust-version: nightly, target: 'x86_64-unknown-linux-gnu', miri: true, components: "miri"}
defaults: