Wombat - Syntax Highlighting with Rust's Bat Called from Crystal

This page summarizes the projects mentioned and recommended in the original post on dev.to

Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers
Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.
www.nutrient.io
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. bat

    A cat(1) clone with wings.

    Have you heard of the command-line tool bat, written in Rust? bat is a command-line tool similar to cat that displays file contents in the terminal, but with additional features like line numbering, syntax highlighting, and paging.

  2. Nutrient

    Nutrient – The #1 PDF SDK Library, trusted by 10K+ developers. Other PDF SDKs promise a lot - then break. Laggy scrolling, poor mobile UX, tons of bugs, and lack of support cost you endless frustrations. Nutrient’s SDK handles billion-page workloads - so you don’t have to debug PDFs. Used by ~1 billion end users in more than 150 different countries.

    Nutrient logo
  3. renovate

    Home of the Renovate CLI: Cross-platform Dependency Automation by Mend.io

    To automate library version updates, I introduced Renovate. Although I'm not very familiar with it, adding the following JSON file to the repository enables it to work:

  4. syntect

    Rust library for syntax highlighting using Sublime Text syntax definitions.

    Bat uses a library called Syntect for syntax highlighting. However, Syntect is quite complex, so I thought it would be easier to use Bat directly as a library.

  5. bat-c

    C API for bat

  6. wombat

  7. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
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

  • The GitOps Kubernetes starter template that gets you set-up in minutes instead of hours

    5 projects | dev.to | 8 Aug 2024
  • Show HN: What if Dependabot and Ansible had a child?

    10 projects | news.ycombinator.com | 10 Feb 2022
  • How to detect code language in browser

    6 projects | dev.to | 21 Nov 2024
  • Keeping Your Lagoon Dependencies Up-to-Date: A Developer's Guide

    6 projects | dev.to | 29 Oct 2024
  • Show HN: Ts-remove-unused – Remove unused code from your TypeScript project

    8 projects | news.ycombinator.com | 16 Sep 2024

Did you know that Rust is
the 5th most popular programming language
based on number of references?