rair-project / rair

RAIR: RAdare In Rust
GNU Lesser General Public License v3.0
71 stars 12 forks source link

Get rid of either_n and either dependency #40

Closed oddcoder closed 4 years ago

oddcoder commented 4 years ago

Both Either_n and either can be replaced by enums.