awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Rust Testing Frameworks

排名更新于 2026年7月13日

我们为您精选了匹配 “best rust testing frameworks” 的开源 GitHub 仓库。结果按与您查询的相关性进行排名 — 您可以使用下方筛选器缩小范围,或通过 AI 进行优化。

Rust Testing Frameworks

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • burntsushi/quickcheckBurntSushi 的头像

    BurntSushi/quickcheck

    2,771在 GitHub 上查看↗

    QuickCheck is a way to do property based testing using randomly generated input. This crate comes with the ability to randomly generate and shrink integers, floats, tuples, booleans, lists, strings, options and results. All QuickCheck needs is a property function—it will then randomly generate…

    This library provides the core capability of property-based testing for Rust, though it is a specialized tool focused on that specific testing methodology rather than a comprehensive framework covering all listed features like mocking or snapshot testing.

    RustTesting Frameworks
    在 GitHub 上查看↗2,771

Related searches

  • a testing framework for Go applications
  • a testing framework for Ruby applications
  • a testing framework for Kotlin projects
  • a testing framework for Dart applications
  • a game engine written in Rust
  • a unit testing framework for C++
  • a high performance web framework for Rust
  • a testing framework for Swift applications