allem 0.1.0

Generate useful variants for your custom types
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 7.38 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.24 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • TheNeikos/allem
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • TheNeikos

Generate different values of your data types

This crate offers users the ability to easily generate lists of values that they consider interesting. It was created with testing serialization and deserialization tests in mind, but is not restricted to it.

The main trait of this crate is [Alles] which has a single function [Alles::generate] to get a stream of values of whatever type implements it.

To implement it for your own types you can use the Alles derive macro. Check it out for documentation!