toybox 0.1.2

A toybox for learning Rust
Documentation
  • Coverage
  • 27.27%
    3 out of 11 items documented0 out of 7 items with examples
  • Size
  • Source code size: 23.37 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 394.69 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 43s Average build duration of successful builds.
  • all releases: 36s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • brend/toybox
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • brend

toybox

A toybox for learning Rust

toys in this box

This box includes but is not limited to the following toys.

Particle

A particle with a position, velocity, and acceleration. It may experience forces and behave accordingly.

Perlin

A 2-dimensional Perlin noise generator.