Giter Site home page Giter Site logo

klebs-general's Introduction

This is a workspace for crates which are broadly useful across a variety of projects.

Here we have the following crates:

backoff-macro

  • Mark an async function with #[backoff] to get the default ExponentialBackoff behavior. (tokio compatible)

count-invert

  • A Rust crate providing utility functions for counting elements in a vector and inverting a HashMap based on those counts.

disable-macro

  • This simple crate lets us disable a block of code with an attribute #[disable].

error-tree

  • This crate let's us use the error_tree! proc macro for ergonomic error hierarchy definition

export-magic

  • A crate to simplify module management and re-exportation using macros.

find-matching-bracket

  • Finds the matching closing bracket for a given opening bracket in a string. Supports curly braces, square brackets, and parentheses. This crate is useful for parsing code, validating expressions, and more.

fs-shorthand

  • Provides a set of filesystem utility functions.

gpt-batch-scribe

  • contains the GptBatchAPIRequest struct which helps create gpt4 batch requests.

pbx

  • pbx is a Rust crate providing convenient macros and utility functions for creating and managing boxed, atomic reference-counted, and default-initialized values. The crate simplifies common patterns in Rust, especially useful in asynchronous programming, concurrent access, and interfacing with C libraries.

resume-generator

  • does what it says. quick way to generate a latex resume

static-or-heap-string

  • An enum type for handling both static and heap-allocated strings.

str-shorthand

  • A Rust crate that provides utility functions for string manipulation. Includes a function to bisect a string into two halves, handling multi-byte UTF-8 characters correctly.

traced-test

  • this crate lets us use #[traced_test] to automatically configure sane default tracing for a rust test

tracing-setup

  • this crate helps us configure tracing for a rust project. It is designed to be used with the traced-test crate

klebs-general's People

Contributors

klebs6 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.