libflo_error 0.1.1

Allows libflo libs to return errors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies]

error-chain = "0.7"



[package]

authors = ["Tyler Wolf Leonhardt <tyler.wolf.leonhardt@gmail.com>"]

description = "Allows libflo libs to return errors."

exclude = [

    ".gitignore",

    "build.gradle",

    "gradle",

    "gradlew",

    "gradlew.bat",

    "README",

    "test/**"

]

license = "MIT"

name = "libflo_error"

version = "0.1.1"