md-benchmarks-rs: Rough Comparison of Markdown Parsers

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • md-rosetta-rs

    Comparing Markdown APIs

  • clap-rs

    A full featured, fast Command Line Argument Parser for Rust

  • There has been interest in parsing help descriptions in clap as markdown. Since this is for --help output, performance isn't the highest care about but build time and binary size, which haven't normally been compared. I went ahead and threw this together, based on argparse-benchmarks-rs to get a feel for what, if any, markdown parsers would be acceptable as optional dependencies.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • argparse-benchmarks-rs

    Discontinued Collected benchmarks for arg parsing crates written in Rust [Moved to: https://github.com/rosetta-rs/argparse-rosetta-rs]

  • There has been interest in parsing help descriptions in clap as markdown. Since this is for --help output, performance isn't the highest care about but build time and binary size, which haven't normally been compared. I went ahead and threw this together, based on argparse-benchmarks-rs to get a feel for what, if any, markdown parsers would be acceptable as optional dependencies.

  • template-benchmarks-rs

    Discontinued Collected benchmarks for templating crates written in Rust

  • As I said in my other post, runtime performance wasn't a concern for me except to catch anything egregious, like mini_markdown hanging. If people want to expand on this with different representative cases and criterion like template-benchmarks-rs, they are welcome to!

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • (pre-announcing) clap 4.0, a Rust CLI argument parser

    10 projects | /r/rust | 20 Sep 2022
  • Best cobra alternative for rust.

    2 projects | /r/rust | 9 Jun 2022
  • Announcing clap_lex 0.1!

    2 projects | /r/rust | 15 Apr 2022
  • Build Your Own curl - Rust

    2 projects | dev.to | 23 Mar 2024
  • CLI Contexts

    1 project | dev.to | 27 Dec 2023