init_tree 0.1.2

A library for initializing a series of singletons with dependencies on each other.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "init_tree"
version = "0.1.2"
authors = ["Jacob Kiesel <kieseljake@gmail.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
description = "A library for initializing a series of singletons with dependencies on each other."
documentation = "https://docs.rs/init_tree"
repository = "https://github.com/Xaeroxe/init_tree"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
itertools = "0.8"

[[bin]]
name = "outside_crate_test"
test = true