rust_basic_matrix 0.0.4

A simple N*N Matrix data structure to help with constructing graphs
Documentation
  • Coverage
  • 11.11%
    1 out of 9 items documented0 out of 6 items with examples
  • Size
  • Source code size: 1.65 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.3 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jawline

#Rust Matrix

Simple Rust matrix data structure for use in various projects