<img src="https://raw.githubusercontent.com/wiki/obsidiandynamics/fulcrum/images/fulcrum-logo.png" width="90px" alt="logo"/> Flanker
===
Flanker is home to tiny **µ-libraries** that do very specific things, and can be imported into a project individually, without dragging in tons of unneeded dependencies. Most Flanker libraries are `no_std`.
[](https://github.com/obsidiandynamics/flanker/actions/workflows/master.yml)
[](https://codecov.io/gh/obsidiandynamics/flanker)

# Libraries
* [`flanker-assert-float`](https://github.com/obsidiandynamics/flanker/tree/master/flanker-assert-float) — Assertions for floating-point numbers.
* [`flanker-assert-str`](https://github.com/obsidiandynamics/flanker/tree/master/flanker-assert-str) — Assertions for strings.
* [`flanker-temp`](https://github.com/obsidiandynamics/flanker/tree/master/flanker-temp) — Helper for working with temporary files.