awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
MovingtoMars avatar

MovingtoMars/liner

0
View on GitHub↗
72 نجوم·22 تفرعات·Rust·MIT·6 مشاهدات

Liner

A readline-like library in Rust.

Features

  • واجهات سطر الأوامر - Readline-like functionality for terminal input.
  • أدوات المطور - Library offering readline-like functionality.

سجل النجوم

مخطط تاريخ النجوم لـ movingtomars/linerمخطط تاريخ النجوم لـ movingtomars/liner

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Liner

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Liner.
  • clap-rs/clapالصورة الرمزية لـ clap-rs

    clap-rs/clap

    16,528عرض على GitHub↗

    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
    عرض على GitHub↗16,528
  • clitic/kdamالصورة الرمزية لـ clitic

    clitic/kdam

    243عرض على GitHub↗

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

    Rust
    عرض على GitHub↗243
  • a8m/pbالصورة الرمزية لـ a8m

    a8m/pb

    598عرض على GitHub↗

    Console progress bar for Rust

    Rust
    عرض على GitHub↗598
  • colored-rs/coloredالصورة الرمزية لـ colored-rs

    colored-rs/colored

    2,024عرض على GitHub↗

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

    Rust
    عرض على GitHub↗2,024
عرض جميع البدائل الـ 30 لـ Liner→

الأسئلة الشائعة

ما هي وظيفة movingtomars/liner؟

A readline-like library in Rust.

ما هي الميزات الرئيسية لـ movingtomars/liner؟

الميزات الرئيسية لـ movingtomars/liner هي: واجهات سطر الأوامر, أدوات المطور.

ما هي البدائل مفتوحة المصدر لـ movingtomars/liner؟

تشمل البدائل مفتوحة المصدر لـ movingtomars/liner: 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…