mrhooray / crc-rs

Rust implementation of CRC(16, 32, 64) with support of various standards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cargo workspaces

vitiral opened this issue · comments

Just wanted to throw this out there since I hadn't heard of them before. cargo workspaces could probably be used for the sub-crate in this crate. The sub-crate still needs to be published, but it seems like that will happen automatically (and maybe use the root crates version?). I haven't looked into it too extensively, but thought you might want to know.