Skip to content

v0.1.0

Choose a tag to compare

@andreiavrammsd andreiavrammsd released this 20 May 20:32
· 39 commits to master since this release
813b59e

Added

  • Initial release of static_vector.rs.
  • Implemented a no-std, stack-allocated vector with fixed capacity and dynamic length.
  • Aimed for compatibility with low-level projects requiring explicit and safe APIs.

See documentation here