markdown-it-rust / markdown-it

markdown-it js library rewritten in rust
Other
79 stars 9 forks source link

Argparse Dependency #33

Open mitsuhiko opened 11 months ago

mitsuhiko commented 11 months ago

This crate is currently very heavy in dependencies, and at least argparse seem unrelated to the crate. Maybe the CLI could be moved to a separate crate to remove that dependency or behind a feature flag.

rlidwka commented 11 months ago

Maybe the CLI could be moved to a separate crate to remove that dependency or behind a feature flag.

Probably a separate crate. Everything is in one crate currently, and that probably needs to change at some point. Any suggestions about crate names?