#utilities #productivity #daily #boost #command-line-tool #ivy #on-growing

bin+lib ivy_core

An on-growing project that provides common utilities to boost your daily productivity

1 unstable release

0.1.0 May 5, 2020

#12 in #boost

MIT license

8KB
121 lines

ivy


lib.rs:

Crate ivy_core is the core utility library that enpowers ivy command line tool.

To use this crate, add ivy_core as a dependency to your project's Cargo.toml:

[dependencies]
ivy_core = "0.1"

Note that by now as a interest-driven project, this library is mainly used for ivy command-line tool and may bundles up some utilities that you may not even want to bring into your project at all. To restrict the impact of impurity, user of this crate needs to manually cherry-pick the desired features:

[dependencies.ivy_core]
features = ["kvs_unstable", "file_concat"]

Dependencies

~760KB