logix-type

Crates.iologix-type
lib.rslogix-type
version0.11.2
sourcesrc
created_at2023-10-28 19:34:30.960936
updated_at2024-07-12 13:21:58.17262
descriptionProvides the `LogixType` trait and the parser for `.logix` files, aimed at enabling easy-to-read-and-write configurations for `logix`.
homepage
repositoryhttps://github.com/logix-tool/logix-type
max_upload_size
id1017149
size181,528
Gigantos (gigantos-net)

documentation

README

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. Compatibility will be broken without considerations at this stage.

License

This project is licensed under either the Apache License, Version 2.0 or the MIT license, 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.

Commit count: 75

cargo fmt