xio_base_datatypes 0.4.2

XIO base data structures
Documentation
[package]
name = "xio_base_datatypes"
version = "0.4.2"
authors = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
description = "XIO base data structures"
homepage = "https://gitlab.com/ommui/xio_base_datatypes"
repository = "https://gitlab.com/ommui/xio_base_datatypes"
documentation = "https://docs.rs/xio_base_datatypes"
license = "AGPL-3.0"

[dependencies]
failure = "0.1"
serde = { version = "1", optional = true, features=["derive"] }
bidir-map = { version="1.0.0", optional = true }

[features]
default = []