160 skills found · Page 1 of 6
rust-lang / ChalkAn implementation and definition of the Rust trait system using a PROLOG-like logic solver
eyre-rs / EyreA trait object based error handling type for easy idiomatic error handling and reporting in Rust applications
rust-num / NumA collection of numeric types and traits for Rust.
rust-num / Num TraitsNumeric traits for generic mathematics in Rust
0xAlcibiades / Mev Bundle GeneratorA graph based, trait pluggable MEV bundle generator with quadratic gradient descent price optimization implemented in Rust.
adobe / FerrumFeatures from the rust language in javascript: Provides Traits/Type classes & a hashing infrastructure and an advanced library for working with sequences/iterators in js
cofibrant / Trait EvalWe all know Rust's trait system is Turing complete, so tell me, why aren't we exploiting this???
rust-lang / A Mir Formalitya model of MIR and the Rust type/trait system
cognitive-engineering-lab / ArgusAn IDE extension for debugging trait errors in Rust.
dalek-cryptography / SubtlePure-Rust traits and utilities for constant-time cryptographic implementations.
nvzqz / ImplsA Rust macro to determine if a type implements a logical trait expression
Jaysmito101 / Rusty.hppRust-like Traits & A Borrow Checker and Memory Ownership System for C++20 (heavily inspired from Rust)
Ashymad / FortraithForth for Rust's trait system
rust-num / Num DeriveProcedural macros to derive numeric traits in Rust
rust-num / Num IntegerInteger trait and functions for Rust
magiclen / EduceThis crate offers procedural macros designed to facilitate the swift implementation of Rust's built-in traits.
yashksaini-coder / Oracle TuiYour Rust codebase, revealed It parses your Rust source files and provides an interactive interface to browse functions, structs, enums, traits, and more — all inside your terminal.
archshift / DynstackA stack for rust trait objects that minimizes allocations
rust-lang / Impl Trait UtilsUtilities for working with impl traits in Rust.
TartanLlama / TypeclassesFuture C++ implementation of Rust-like trait objects with no boilerplate