RustのTesting Frameworkを集める
cargo のテスト機能
rspec
https://github.com/rust-rspec/rspec
BDDっぽい語彙でテストを書く
ruspec
https://github.com/k-nasa/ruspec
BDD的な語彙を使ったテストの書き味をマクロで実現するライブラリ
RubyのRSpecの書き味を再現する感じ
rstest
https://github.com/la10736/rstest
fixture test と parameterized test
あとでみる
https://github.com/hoodie/awesome-rust-testing