Commit Graph

14 Commits

Author SHA1 Message Date
Tobias Bucher 4ef0e89028 Add ArrayVec::spare_capacity_mut
This mirrors `Vec::spare_capacity_mut`. Description and example are
taken from this function, too.

CC #278
2024-10-16 21:18:15 +02:00
Ulrik Sverdrup 909c766e90 Exclude AsRef<Path> for no-std builds
And test no-std in CI.
2024-08-17 15:12:44 +03:00
Ulrik Sverdrup b629f5220a Update ci actions 2024-07-31 15:22:35 +02:00
Ulrik Sverdrup 274fb2d531 Test MSRV with old versions 2024-07-30 21:12:33 +02:00
Ulrik Sverdrup f243d433ef Remove borsch from msrv builder
Is not supported at msrv anyway (msrv applies to defaults)
2024-03-12 21:49:34 +01:00
Jan Špaček ae6cfd3baf Improve optional support for borsh serialization
- Do not allocate when deserializing ArrayString
- Serialize length as u32, not as u64, to be consistent with
  serialization of [T] and str
- Add tests
2024-03-07 21:11:18 +01:00
Elichai Turkel 71200c01b9 Add Zeroize and benches to the CI matrix 2023-06-14 15:05:11 +03:00
Ralf Jung c65c66e855 update Miri CI config 2022-03-08 15:49:57 -05:00
bluss 5303f6911b MAINT: remove unstable-const-fn testing from ci 2021-03-28 22:51:01 +02:00
bluss 2626b5575a TEST: Update CI to use experimental/continue on error only for nigthly features 2021-03-25 18:20:37 +01:00
bluss c751c2204f Remove old Array and Index traits 2021-03-23 18:22:12 +01:00
bluss fc9c4068f5 MAINT: Update ci for const gen 2021-03-23 18:22:12 +01:00
bluss b5efc03a1d TEST: Build docs for the current crate only in ci 2021-02-22 19:52:07 +01:00
bluss 32623b8209 MAINT: Change from travis to github actions 2020-12-08 21:20:18 +01:00