myko 0.1.0

Tiny arithmetic helpers.
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 3.02 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 994.24 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • trevorsargent

myko

Tiny arithmetic helpers for Rust.

Installation

[dependencies]
myko = "0.1.0"

Usage

use myko::add;

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

License

Licensed under MIT. See LICENSE for details.