| Crates.io | wurstdoktor |
| lib.rs | wurstdoktor |
| version | 0.2.0 |
| created_at | 2019-07-04 22:01:19.271106+00 |
| updated_at | 2019-07-11 06:53:20.349745+00 |
| description | A wurst to yaml parser for public sourcecode documentation |
| homepage | https://cokemonkey11.github.io/wurstdoktor/ |
| repository | https://github.com/Cokemonkey11/wurstdoktor |
| max_upload_size | |
| id | 146018 |
| size | 1,632,590 |
A parser for public wurstlang docs.
cargo run -- --help
cargo run < file.wurst > out.yaml
find ../WurstStdlib2/ -name '*.wurst' | xargs -I {} bash -c "cargo run < {}"
cargo run -- --sqlite < file.wurst | sqlite3 fromdump.db
cargo run --features "sqlitedb" -- --sqlitedb < file.wurst