nrxus / faux

Struct mocking library for Rust
https://nrxus.github.io/faux/
MIT License
420 stars 13 forks source link

Pattern matching #37

Closed nrxus closed 3 years ago

nrxus commented 3 years ago

Implement a way to match an argument against a pattern

See: https://github.com/rust-lang/rust/issues/82775 for ideas and "borrowing" of implementation :p

nrxus commented 3 years ago

fixed by: https://github.com/nrxus/faux/commit/a209091037a58cb10b9452148a3bfb7a10340a74