some_crate

Crates.iosome_crate
lib.rssome_crate
version0.2.1
sourcesrc
created_at2021-05-10 16:14:54.313561
updated_at2024-09-20 10:24:24.77055
descriptionIf you just need a crate that's guaranteed(*) to do practically nothing.
homepage
repositoryhttps://github.com/ralfbiedert/some_crate
max_upload_size
id395641
size2,294
Ralf Biedert (ralfbiedert)

documentation

README

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

Commit count: 9

cargo fmt