#nothing #function #practically #no-std #promise #side-effect-free #crate-possible

some_crate

If you just need a crate that's guaranteed(*) to do practically nothing

4 releases

Uses old Rust 2015

0.2.1 Sep 20, 2024
0.1.3 Sep 20, 2024
0.1.1 May 10, 2021
0.1.0 May 10, 2021

#691 in Rust patterns

Download history 249/week @ 2024-09-18 24/week @ 2024-09-25 19/week @ 2024-10-02

292 downloads per month

WTFPL license

3KB

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


lib.rs:

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.

No runtime deps