| Crates.io | cook-with-rust-parser |
| lib.rs | cook-with-rust-parser |
| version | 0.0.5 |
| created_at | 2021-10-28 07:04:22.739053+00 |
| updated_at | 2021-10-31 15:14:37.399572+00 |
| description | A parser written in Rust for CookLang |
| homepage | |
| repository | |
| max_upload_size | |
| id | 473460 |
| size | 23,020 |
This is a parser crate for the CookLang. The main feature is parsing a String into a struct that implements serde and can be easily used from there.
The implementation is nearly fully complete. Only image tags are missing. They are just ignored by now.
License: MIT