MichaelMauderer / awesome-traits

An awesome list of rust crates that provide traits that can help with crate interoperability or quality of live improvements.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome Traits

A curated list of awesome crates that provide traits that can help with crate interoperability or quality of live improvements.

Content

Graphs

  • graph-core: Provides a base trait for implementing graphs.

Math and Numbers

  • alga: Provides traits that describe algebraic structure, e.g., a ring or vector space.
  • num-traits: Numeric traits for generic mathematics. Stop worrying about which number type to use.

Signal processing

  • signalo: Provides traits to abstract over digital signals in signal processing pipelines.

About

An awesome list of rust crates that provide traits that can help with crate interoperability or quality of live improvements.

License:MIT License