An open API service indexing awesome lists of open source software.

https://github.com/aflplusplus/trait-winnower

Reducing the number of trait requirements, because we have plenty!
https://github.com/aflplusplus/trait-winnower

Last synced: 9 months ago
JSON representation

Reducing the number of trait requirements, because we have plenty!

Awesome Lists containing this project

README

          

# Trait Requirement Reduction

[![Crates.io](https://img.shields.io/crates/v/trait-winnower.svg)](https://crates.io/crates/trait-winnower)
[![Documentation](https://docs.rs/trait-winnower/badge.svg)](https://docs.rs/trait-winnower/)
[![Codecov](https://codecov.io/github/AFLplusplus/trait-winnower/coverage.svg?branch=main)](https://codecov.io/gh/AFLplusplus/trait-winnower)
[![Dependency status](https://deps.rs/repo/github/AFLplusplus/trait-winnower/status.svg)](https://deps.rs/repo/github/AFLplusplus/trait-winnower)

## Overview
This project aims to reduce the number of trait requirements in Rust code.