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
·
CrowdHailer avatar

CrowdHailer/OK

0
View on GitHub↗
606 stars·20 forks·Elixir·Apache-2.0·2 vuesinsights.workshop14.io/2015/10/18/handling-errors-in-elixir-no-one-say-monad.html↗

OK

Elegant error/exception handling in Elixir, with result monads.

Features

  • Error Handling - Handles errors using result monads and pipe operators.

Historique des stars

Graphique de l'historique des stars pour crowdhailer/okGraphique de l'historique des stars pour crowdhailer/ok

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 à OK

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec OK.
  • go-errors/errorsAvatar de go-errors

    go-errors/errors

    1,005Voir sur GitHub↗

    errors is a Go error handling library and stack trace utility that wraps standard errors with execution call stacks and contextual information. It captures program execution paths at the exact moment an error is initialized, extracting granular file paths, line numbers, and function symbols from raw program counter addresses. The library maintains parent-child relationships between wrapped errors to allow deep inspection, unwrapping of root causes, and combination of multiple errors into unified structures. It implements standard error interfaces so enhanced error objects can be used intercha

    Go
    Voir sur GitHub↗1,005
  • amitshekhariitbhu/fast-android-networkingAvatar de amitshekhariitbhu

    amitshekhariitbhu/Fast-Android-Networking

    5,906Voir sur GitHub↗

    🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀

    Java
    Voir sur GitHub↗5,906
  • dtolnay/anyhowAvatar de dtolnay

    dtolnay/anyhow

    6,569Voir sur GitHub↗

    Anyhow is a dynamic error handling library for Rust applications that provides a flexible error container using type erasure. It serves as a tool for simplifying error signatures by wrapping diverse failure types into a single object, allowing for the propagation of any error that implements the standard error trait without requiring a custom enumeration for every function. The project functions as an error context provider by attaching high-level diagnostic information and recording execution stack traces at the point of failure. It enables the recovery of concrete error implementations from

    Rust
    Voir sur GitHub↗6,569
  • balloonwj/cppguideAvatar de balloonwj

    balloonwj/CppGuide

    6,030Voir sur GitHub↗

    CppGuide is a curated collection of educational resources and practical guides focused on C++ server development, Linux kernel internals, concurrent programming, network protocols, and security exploitation. It provides structured learning paths for backend developers, covering everything from interview preparation to building high-performance network servers and understanding operating system fundamentals. The guide distinguishes itself by offering in-depth, hands-on tutorials that walk through real-world implementations, including building a Redis-like server from scratch, designing custom

    Voir sur GitHub↗6,030
Voir les 30 alternatives à OK→

Questions fréquentes

Que fait crowdhailer/ok ?

Elegant error/exception handling in Elixir, with result monads.

Quelles sont les fonctionnalités principales de crowdhailer/ok ?

Les fonctionnalités principales de crowdhailer/ok sont : Error Handling.

Quelles sont les alternatives open-source à crowdhailer/ok ?

Les alternatives open-source à crowdhailer/ok incluent : go-errors/errors — errors is a Go error handling library and stack trace utility that wraps standard errors with execution call stacks… amitshekhariitbhu/fast-android-networking — 🚀 A Complete Fast Android Networking Library that also supports HTTP/2 🚀. dtolnay/anyhow — Anyhow is a dynamic error handling library for Rust applications that provides a flexible error container using type… balloonwj/cppguide — CppGuide is a curated collection of educational resources and practical guides focused on C++ server development,… appsignal/appsignal-elixir — 🟪 AppSignal for Elixir package. ansel1/merry.