fp_rs/lib.rs
1//! # Functional Programming for Rust
2//! <div align="center">
3//! <!-- CI -->
4//! <img src="https://github.com/Miaxos/fp-rs/actions/workflows/ci.yml/badge.svg" />
5//! <!-- Crates version -->
6//! <a href="https://crates.io/crates/fp-rs">
7//! <img src="https://img.shields.io/crates/v/fp-rs.svg?style=flat-square"
8//! alt="Crates.io version" />
9//! </a>
10//! <!-- Downloads -->
11//! <a href="https://crates.io/crates/fp-rs">
12//! <img src="https://img.shields.io/crates/d/fp-rs.svg?style=flat-square"
13//! alt="Download" />
14//! </a>
15//! </div>
16//!
17//!
18
19pub struct WIP(());