logix-type

Provides the LogixType trait and the parser for .logix files, aimed at enabling easy-to-read-and-write configurations for logix

21 releases (10 breaking)

0.11.2 Jul 12, 2024
0.10.1 Jul 10, 2024
0.8.1 Mar 30, 2024
0.4.1 Nov 18, 2023

#799 in Configuration

Download history 3/week @ 2024-06-29 462/week @ 2024-07-06 91/week @ 2024-07-13 3/week @ 2024-07-20 276/week @ 2024-07-27 1/week @ 2024-08-03 2/week @ 2024-08-31 24/week @ 2024-09-14 55/week @ 2024-09-21 7/week @ 2024-09-28 2/week @ 2024-10-05

88 downloads per month
Used in logix

MIT/Apache

100KB
3K SLoC

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.

Dependencies

~5–14MB
~188K SLoC