static_array2d 0.2.0

A no_std statically sized 2D array library.
Documentation
  • Coverage
  • 50%
    5 out of 10 items documented0 out of 7 items with examples
  • Size
  • Source code size: 3.52 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 446.06 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • excalibreak/static_array2d
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • excalibreak

static_array2d

A no_std statically sized 2D array library.

It differs from array2d and array2ds by using the stack instead of the heap through rust's constant generics.