fp_rust 0.1.30

Implement fp features for Rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "fp_rust"
version = "0.1.30"
authors = ["JunYi JohnTeee Lee <johnteee@gmail.com>"]
include = ["src/**/*.rs", "Cargo.toml"]
description = "Implement fp features for Rust"
homepage = "https://github.com/TeaEntityLab/fpRust"
documentation = "https://docs.rs/fp_rust/"
readme = "README.md"
keywords = ["functional", "rx", "monad", "optional", "pubsub"]
license = "MIT"
repository = "https://github.com/TeaEntityLab/fpRust"

[lib]
name = "fp_rust"
path = "src/lib.rs"

[dependencies]

[features]
default = []
[badges.maintenance]
status = "actively-developed"