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
292 downloads per month
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.