some_crate 0.1.3

If you just need a crate that's guaranteed(*) to do practically nothing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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