#nothing #side-effect-free #flags #sense #handful #practically

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

#3 in #handful

Download history

92 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

No runtime deps