awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
MovingtoMars avatar

MovingtoMars/liner

0
View on GitHub↗
72 Stars·22 Forks·Rust·MIT·2 Aufrufe

Liner

A readline-like library in Rust.

Features

  • Kommandozeilenschnittstellen - Readline-like functionality for terminal input.
  • Developer Tools - Library offering readline-like functionality.

Star-Verlauf

Star-Verlauf für movingtomars/linerStar-Verlauf für movingtomars/liner

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Liner

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Liner.
  • clap-rs/clapAvatar von clap-rs

    clap-rs/clap

    16,528Auf GitHub ansehen↗

    Clap is a command-line argument parser for Rust that enables developers to define complex interfaces through strongly-typed data structures. It functions as a comprehensive framework for building terminal applications, automating the transformation of raw string inputs into validated, type-safe code representations while simultaneously generating help documentation and usage statements. The library distinguishes itself by offering both a declarative, attribute-based approach and a fluent builder-pattern API, allowing for flexible interface construction. It includes a sophisticated validation

    Rustargument-parserargument-parsingcommand-line
    Auf GitHub ansehen↗16,528
  • clitic/kdamAvatar von clitic

    clitic/kdam

    243Auf GitHub ansehen↗

    A console progress bar library for Rust. (inspired by tqdm & rich.progress)

    Rust
    Auf GitHub ansehen↗243
  • a8m/pbAvatar von a8m

    a8m/pb

    598Auf GitHub ansehen↗

    Console progress bar for Rust

    Rust
    Auf GitHub ansehen↗598
  • colored-rs/coloredAvatar von colored-rs

    colored-rs/colored

    2,024Auf GitHub ansehen↗

    (Rust) Coloring terminal so simple you already know how to do it !

    Rust
    Auf GitHub ansehen↗2,024
Alle 30 Alternativen zu Liner anzeigen→

Häufig gestellte Fragen

Was macht movingtomars/liner?

A readline-like library in Rust.

Was sind die Hauptfunktionen von movingtomars/liner?

Die Hauptfunktionen von movingtomars/liner sind: Kommandozeilenschnittstellen, Developer Tools.

Welche Open-Source-Alternativen gibt es zu movingtomars/liner?

Open-Source-Alternativen zu movingtomars/liner sind unter anderem: clitic/kdam — A console progress bar library for Rust. (inspired by tqdm & rich.progress). console-rs/dialoguer — Rust utility library for nice command line prompts and similar things. a8m/pb — Console progress bar for Rust. clap-rs/clap — Clap is a command-line argument parser for Rust that enables developers to define complex interfaces through… colored-rs/colored — (Rust) Coloring terminal so simple you already know how to do it ! console-rs/indicatif — indicatif is a Rust library for rendering progress bars and loading spinners in command line applications. It provides…