awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ocornut avatar

ocornut/Str

0
View on GitHub↗
263 stars·42 forks·C++·4 vues

Str


Features

  • String Processing - Simple C++ string type.

Historique des stars

Graphique de l'historique des stars pour ocornut/strGraphique de l'historique des stars pour ocornut/str

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Str

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Str.
  • c42f/tinyformatAvatar de c42f

    c42f/tinyformat

    561Voir sur GitHub↗

    tinyformat.h is a type safe printf replacement library in a single C++ header file. If you've ever wanted printf("%s", s) to just work regardless of the type of s, tinyformat might be for you. Design goals include:

    C++
    Voir sur GitHub↗561
  • gingerbill/gbAvatar de gingerBill

    gingerBill/gb

    741Voir sur GitHub↗

    gb single-file public domain libraries for C & C++

    C
    Voir sur GitHub↗741
  • jwlodek/csplitAvatar de jwlodek

    jwlodek/csplit

    55Voir sur GitHub↗

    A single header C library that can be used to easily handle splitting strings and other string operations in C.

    C
    Voir sur GitHub↗55
  • adamyaxley/obfuscateAvatar de adamyaxley

    adamyaxley/Obfuscate

    1,307Voir sur GitHub↗

    Source available on GitHub

    C++
    Voir sur GitHub↗1,307
Voir les 10 alternatives à Str→

Questions fréquentes

Que fait ocornut/str ?

``` Str Simple C++ string type with an optional local buffer, by Omar Cornut https://github.com/ocornut/str

Quelles sont les fonctionnalités principales de ocornut/str ?

Les fonctionnalités principales de ocornut/str sont : String Processing.

Quelles sont les alternatives open-source à ocornut/str ?

Les alternatives open-source à ocornut/str incluent : wooorm/levenshtein.c — Vladimir Levenshtein’s edit distance algorithm [1][wiki] as a C library. There’s also a CLI: [levenshtein(1)][cli],… c42f/tinyformat — tinyformat.h is a type safe printf replacement library in a single C++ header file. If you've ever wanted printf("%s",… gingerbill/gb — gb single-file public domain libraries for C & C++. jwlodek/csplit — A single header C library that can be used to easily handle splitting strings and other string operations in C. adamyaxley/obfuscate — Source available on GitHub. maxim2266/str — Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1…