File: CHANGELOG.md

package info (click to toggle)
rust-array-init 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: makefile: 4
file content (7 lines) | stat: -rw-r--r-- 301 bytes parent folder | download
1
2
3
4
5
6
7
# Changelog

## v1.0.0
### Added
  - Added a `try_array_init` function which initializes an array with a callable that may fail.
  - Added a `const-generics` feature which uses rust (unstable) `const-generics` feature to implement the initializer functions for all array sizes.
  - Added documentation