entoli 0.1.2

A functional programming library inspired by haskell.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod base;
pub mod data;

pub mod control;
pub mod prelude;
pub mod system;

#[cfg(feature = "http_client")]
pub mod http_client;

#[cfg(feature = "websocket")]
pub mod websocket;