Rust Editors

Open-source Rust projects categorized as Editors

Top 3 Rust Editor Projects

  • ox

    An independent Rust text editor that runs in your terminal!

  • Project mention: Micro – A Modern Alternative to Nano | news.ycombinator.com | 2023-08-17
  • kibi

    A text editor in ≤1024 lines of code, written in Rust

  • Project mention: Micro – A Modern Alternative to Nano | news.ycombinator.com | 2023-08-17
  • 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
  • lady-deirdre

    Compiler front-end foundation technology.

  • Project mention: Why Split Lexing and Parsing into Two Separate Phases? | news.ycombinator.com | 2023-05-04

    Well, my personal experience was in the opposite direction actually.

    I used to use combinators-based approach without Lex/Syn separation (aka PEGs) for a long time. But then I came up to understanding that the separation approach is actually better in performance. And also that working and debugging of the Token sequences while writing parser manually is just more handy (at least for me).

    But this is my personal experience of course. I do believe too that it all depends on the goal, and parsers micro-optimizations is not that much critical in many cases, and that combinators approach actually works quite well too.

    As of Nom, I can say that it works quite well. But I think that the it's performance gains stem from the fact that Rust is a systems-based PL, and it optimizes function combinations just better than, let say, JavaScript or Python.

    In my incremental parsers library Lady Deirdre I utilize Lex/Syn separation, and the LL(1) recursive-descend parsing, and it shows much better performance than in Tree-Sitter at least on relatively big files [1].

    [1] https://github.com/Eliah-Lakhin/lady-deirdre/tree/master/wor...

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Editors related posts

  • I LOVE Rust's exception handling

    3 projects | /r/rust | 10 May 2023
  • Rust IDE

    1 project | /r/rust | 26 Mar 2023
  • Microsoft Deprecated Atom. New Open Source Text Editors?

    4 projects | /r/rust | 26 Dec 2022
  • lightweight gui for rust

    4 projects | /r/rust | 20 Oct 2022
  • GitHub is sunsetting Atom

    17 projects | /r/programming | 8 Jun 2022
  • Looking for a free small and open source program for commercial use that can open, edit and save .csv files conveniently?

    3 projects | /r/bash | 5 Jun 2022
  • *set Edge as default browser*

    5 projects | /r/ProgrammerHumor | 5 Apr 2022
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 1 May 2024
    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. Learn more →

Index

What are some of the best open-source Editor projects in Rust? This list will help you:

Project Stars
1 ox 3,197
2 kibi 1,373
3 lady-deirdre 70

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com