spora 0.1.0

A small utility crate that currently provides basic arithmetic helpers.
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 13.29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 994.21 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • trevorsargent

spora

spora is a small Rust utility crate.

Installation

[dependencies]
spora = "0.1.0"

Usage

use spora::add;

let total = add(2, 2);
assert_eq!(total, 4);

License

Licensed under either of:

  • MIT license
  • Apache License, Version 2.0

at your option.