logix-type 0.11.1

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.9.1"

[dependencies.indexmap]
version = "2.2.6"

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

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

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

[dependencies.smol_str]
version = "0.2.1"

[dependencies.textwrap]
version = "0.16.1"

[dependencies.thiserror]
version = "1.0.58"

[dependencies.which]
version = "6.0.1"

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

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

[package]
authors = ["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 = "MIT OR Apache-2.0"
name = "logix-type"
readme = "README.md"
repository = "https://github.com/logix-tool/logix-type"
version = "0.11.1"