array-init-cursor
Utility crate to help keep track of arrays of MaybeUninit
0.2.1
16M downloads/mo
#2385 most downloaded on crates.io
planus-org/planus
What this package is like to depend on
Last release 1 years ago
29 Mar 2025
Release timing varies
gaps range from 2 weeks to 3.2 years
Nearly every release is documented
notes for 1 of 1 stable releases
2 versions withdrawn
withdrawn after publishing
5 years old
3 releases · first in 2021
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · Dec 2021 to Mar 2025
2022
2023
2024
2025
2026
Releases
latest 3-
0.2.129 Mar 2025 -
0.2.012 Jan 2022 withdrawnRelease notes
Open source →What's Changed
- Implement the id attribute by @TethysSvensson in #23
- Made serde's dependency features explicit in example by @jorgecarleitao in #27
- Make planus work in a
no_stdcontext by @TethysSvensson in #32 - Add some more shields to the README by @TethysSvensson in #34
- Add null terminators to strings by @TethysSvensson in #36
- Rename repository path by @TethysSvensson in #46
- [Rust] Switch from structopt/paw to the newly released clap by @kristoff3r in #48
- Change mention from structopt to clap in readme by @kristoff3r in #49
- Add include tests by @TethysSvensson in #51
- Add compatibility test for Rust, remove old tests by @kristoff3r in #54
- Remove some stale TODOs by @TethysSvensson in #58
- Get rid of the ToOwned trait by @TethysSvensson in #59
- Improve Makefile.toml tasks by @kristoff3r in #60
- Add dependabot.yml by @kristoff3r in #62
- Update heck requirement from 0.3.3 to 0.4.0 in /planus-cli by @dependabot in #63
- Update flatbuffers requirement from 0.8.4 to 2.0.0 in /test/rust by @dependabot in #64
- Update string-interner requirement from 0.12.2 to 0.14.0 in /planus-cli by @dependabot in #65
- Add some vscode settings related to trailing whitespace by @TethysSvensson in #67
- Also use dependabot for github actions by @TethysSvensson in #66
- Bump actions/checkout from 1 to 2.4.0 by @dependabot in #68
- Bump version number by @TethysSvensson in #71
New Contributors
- @dependabot made their first contribution in #63
Full Changelog: v0.1.0...v0.2.0
Release notes
Open source →Rust
- Add null terminators to strings
- Make generated code work in
no_std - Add support for the
idattribute - (Breaking) Removed the
ToOwnedtrait in favor ofTryInto - (Breaking) The Vector deserialization API changed slightly, see #59 for details
-
0.1.030 Dec 2021 withdrawn