pear 0.2.9

A pear is a fruit.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "pear"
version = "0.2.9"
authors = ["Sergio Benitez <sb@sergio.bz>"]
description = "A pear is a fruit."
license = "MIT OR Apache-2.0"
edition = "2018"
repository = "https://github.com/SergioBenitez/Pear"

[dependencies]
yansi = { version = "1.0.0-rc.1", optional = true }
pear_codegen = { version = "0.2.9", path = "../codegen" }
inlinable_string = "0.1.12"

[features]
default = ["color"]
color = ["yansi"]