pa 0.1.5

Functional Programming tools and ADTs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2018 KaguyaRs Developers
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

//! Module basic_fn provide basic short-hand function for data operations.
//! This include function and macros. For details please refer [Rust Docs](https://docs.rs/)

pub mod fun;
#[macro_use]
pub mod mac;