Documentation
  • Coverage
  • 27.52%
    30 out of 109 items documented1 out of 89 items with examples
  • Size
  • Source code size: 51.44 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.93 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 15s Average build duration of successful builds.
  • all releases: 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Sysnett

rust-monster

A port of GALib to rust-lang mainly to take advantage of parallelization.

Build Status

Note

This is a very early WIP.

Building and Running Tests

rust-monster uses cargo packet manager and build tool-chain.

Building

$> cargo build

Runing Tests

$> cargo tests

Running Tests with debug output

$>RUST_LOG=rust_monster=debug cargo tests