mrhooray / crc-rs

Rust implementation of CRC(16, 32, 64) with support of various standards
Apache License 2.0
187 stars 49 forks source link

Make Crc generic over implementation #76

Closed akhilles closed 1 year ago

akhilles commented 1 year ago

This allows for new implementations to be added without breaking API compatibility.

akhilles commented 1 year ago

@killingspark please take a look.

KillingSpark commented 1 year ago

Yep that works for me and it seems like a non-breaking change to me :+1: