circlejerk 0.1.0

Small arithmetic helpers for Rust
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 3.32 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 109.29 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 6s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • amityagov
circlejerk-0.1.0 has been yanked.

circlejerk

Small arithmetic helpers for Rust.

Usage

Add the crate to your project:

[dependencies]
circlejerk = "0.1.0"

Then call the helper:

assert_eq!(circlejerk::add(2, 2), 4);

License

Licensed under the MIT License. See LICENSE for details.