ParkMyCar/compact_str
A memory efficient string type that can store up to 24* bytes on the stack
RustMIT
Issues
- 0
extend `CompactStringExt` implementation
#412 opened by asibahi - 1
from_utf8_lossy is 10x slower than std
#406 opened by turalcar - 2
[RUSTSEC-2024-0363] Support sqlx 0.8
#407 opened by rshigapov-bhft - 0
- 0
- 1
Fuzz Failure! 9565788579
#392 opened by github-actions - 1
Fuzz Failure! 9557419105
#390 opened by github-actions - 1
Fuzz Failure! 9548215560
#389 opened by github-actions - 1
Fuzz Failure! 9540549763
#388 opened by github-actions - 1
Fuzz Failure! 9536201229
#387 opened by github-actions - 1
Fuzz Failure! 9532324910
#386 opened by github-actions - 1
Fuzz Failure! 9528292360
#385 opened by github-actions - 0
Support for zeroize
#384 opened by NobodyXu - 2
A new stable v0.8 release?
#380 opened by NobodyXu - 1
&CompactString == &str not implemented.
#372 opened by navneetankur - 9
`NonNull` vs `*const` in Repr
#356 opened by overlookmotel - 0
Support ARM CHERI
#378 opened by overlookmotel - 10
Shave an instruction off `len()`
#357 opened by overlookmotel - 2
f64::to_compact_string differs from to_string
#351 opened by turalcar - 1
Fuzz Failure! 8969588190
#377 opened by github-actions - 1
Fuzz Failure! 8962729622
#376 opened by github-actions - 1
Fuzz Failure! 8958463352
#375 opened by github-actions - 1
Fuzz Failure! 8954694235
#374 opened by github-actions - 1
Fuzz Failure! 7973919521
#366 opened by github-actions - 1
Fuzz Failure! 7967129436
#365 opened by github-actions - 1
Fuzz Failure! 7959979384
#364 opened by github-actions - 1
Fuzz Failure! 7989494670
#368 opened by github-actions - 1
Fuzz Failure! 7982539780
#367 opened by github-actions - 1
Fuzz Failure! 7953253492
#363 opened by github-actions - 3
Add support for holding Arc<str> as a new repr?
#355 opened by NobodyXu - 1
Fuzz Failure! 7662709451
#361 opened by github-actions - 2
Rethink `new_inline()` and `from_static_str()`
#322 opened by Kijewski - 10
Improve efficiency of `is_empty`
#354 opened by overlookmotel - 5
Align `InlineBuffer` same as `CompactStr`
#353 opened by overlookmotel - 1
feat: Implement traits for database crates
#317 opened by ParkMyCar - 4
Reduce bus factor
#300 opened by NobodyXu - 1
Dual License with MIT and Apache 2.0
#343 opened by ParkMyCar - 0
Merge compact_bytes
#344 opened by ParkMyCar - 0
Typo Error
#341 opened by chinmay7016 - 3
- 1
- 6
Safer Repr?
#324 opened by goffrie - 6
bug: Mutating underlying `&'static str`
#313 opened by ParkMyCar - 0
test: Update fuzzing harness to create a `CompactString` from a `&'static str`
#311 opened by ParkMyCar - 1
Fuzz Failure! 6444883708
#315 opened by github-actions - 1
Fuzz Failure! 6442422522
#303 opened by github-actions - 1
Support `no_std`
#286 opened by dragazo - 1
Fuzz Failure! 5630817545
#280 opened by github-actions - 1
Fuzz Failure! 5628044824
#279 opened by github-actions - 6
`ToCompactString` formats twice
#269 opened by GoldsteinE