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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# logix-type - provider of the LogixType trait and derive macro

Welcome to `logix-type`, the dedicated parser for `.logix` files, used by the `logix` crate. It aims to be a user readable format that is easy to both read and write. This makes `logix-type` an essential part of the Logix ecosystem.

## Goals

- A syntax that is easy to read and write for humans
- Include basic programming primitives without letting it go too far

## Current Focus

The focus of this crate is to provide the config format needed by [Logix](https://github.com/logix-tool/logix). Compatibility will be broken without considerations at this stage.

# License

This project is licensed under either the [Apache License, Version 2.0](LICENSE-APACHE) or the [MIT license](LICENSE-MIT),
at your option. All contributions to this project must also be under the same license, unless an exception is explicitly
stated at the top of the contributed file.