Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ilyvion/serde-tcod-config-parser
A best-effort implementation of the now deprecated libtcod config file parser functionality from libtcod
https://github.com/ilyvion/serde-tcod-config-parser
Last synced: 8 days ago
JSON representation
A best-effort implementation of the now deprecated libtcod config file parser functionality from libtcod
- Host: GitHub
- URL: https://github.com/ilyvion/serde-tcod-config-parser
- Owner: ilyvion
- License: apache-2.0
- Created: 2019-10-31T14:21:18.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-27T20:14:00.000Z (over 4 years ago)
- Last Synced: 2024-12-30T16:15:48.904Z (9 days ago)
- Language: Rust
- Size: 38.1 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# serde-tcod-config-parser
[![Crates.io](https://img.shields.io/crates/v/serde-tcod-config-parser)](https://crates.io/crates/serde-tcod-config-parser)
[![Crates.io](https://img.shields.io/crates/l/serde-tcod-config-parser)](https://crates.io/crates/serde-tcod-config-parser)
[![Crates.io](https://img.shields.io/crates/d/serde-tcod-config-parser)](https://crates.io/crates/serde-tcod-config-parser)
[![Docs.io](https://docs.rs/serde-tcod-config-parser/badge.svg)](https://docs.rs/serde-tcod-config-parser)A best-effort implementation of the now deprecated libtcod config file parser functionality from [`libtcod`](https://github.com/libtcod/libtcod).
## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.