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`. [![Build Status](https://img.shields.io/github/workflow/status/obsidiandynamics/flanker/Cargo%20build?style=flat-square&logo=github)](https://github.com/obsidiandynamics/flanker/actions/workflows/master.yml) [![codecov](https://img.shields.io/codecov/c/github/obsidiandynamics/flanker/master?style=flat-square&logo=codecov)](https://codecov.io/gh/obsidiandynamics/flanker) ![no_std](https://img.shields.io/badge/linking-no__std-9cf?style=flat-square) # 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.