Crate some_crate

Source
Expand description

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.

Statics§

GLOBAL_COUNTER
A global static counter.

Functions§

f
Does absolutely nothing.
g
Also does nothing.