logix-type 0.2.0

Provides the `LogixType` trait and the parser for `.logix` files, aimed at enabling easy-to-read-and-write configurations for `logix`.
Documentation
[dependencies.bstr]
version = "1.7.0"

[dependencies.indexmap]
version = "2.0.2"

[dependencies.logix-type-derive]
version = "=0.2.0"

[dependencies.logix-vfs]
version = "0.5.0"

[dependencies.owo-colors]
features = ["alloc"]
version = "4.0.0-rc.1"

[dependencies.smol_str]
version = "0.2.0"

[dependencies.textwrap]
version = "0.16.0"

[dependencies.thiserror]
version = "1.0.50"
[dev-dependencies.strip-ansi-escapes]
version = "0.2.0"

[dev-dependencies.tempfile]
version = "3.8.1"

[package]
authors = ["Bjørn Ove Hay Andersen <bjrnove@gmail.com>", "Gigantos <gigantos@gigantos.net>"]
categories = ["parsing", "config", "parser-implementations"]
description = "Provides the `LogixType` trait and the parser for `.logix` files, aimed at enabling easy-to-read-and-write configurations for `logix`."
edition = "2021"
license = "MPL-2.0"
name = "logix-type"
readme = "README.md"
repository = "https://github.com/logix-tool/logix-type"
version = "0.2.0"