some_crate 0.2.1

If you just need a crate that's guaranteed(*) to do practically nothing.
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented0 out of 2 items with examples
  • Size
  • Source code size: 2.29 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 92.69 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 7s Average build duration of successful builds.
  • all releases: 7s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ralfbiedert/some_crate
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ralfbiedert

some_crate

This crate promises (in a non-legal sense) to be as side-effect-free as crate-possible:

  • should compile with Rust 1.0.0,
  • no dependencies,
  • #![no_std],
  • only a handful of functions exported.

Some non-default feature flags might be added later to opt into additional behavior.

License: WTFPL