roaring-rs icon indicating copy to clipboard operation
roaring-rs copied to clipboard

Reorganize project to use cargo workspaces

Open saik0 opened this issue 3 years ago • 0 comments

A workspace is a set of packages that share the same Cargo.lock and output directory

Should be neater all around, no need to tun fmt / clippy / tests with multiple invocations in local dev or CI.

saik0 avatar Feb 09 '22 12:02 saik0