Over in https://github.com/sourmash-bio/sourmash_plugin_branchwater/pull/516, I added a series of utilities for building and writing signatures in rust. These are an improvement and refactoring of the code I initially wrote for branchwater manysketch and some code I wrote for directsketch.
Refactoring and further development of BuildUtils mostly happened across these PRs:
My intention with these utils is to add them to sourmash core once we get them to a good spot, which means that the license for this code will change to BSD.
Over in https://github.com/sourmash-bio/sourmash_plugin_branchwater/pull/516, I added a series of utilities for building and writing signatures in rust. These are an improvement and refactoring of the code I initially wrote for
branchwater manysketch
and some code I wrote fordirectsketch
.Refactoring and further development of
BuildUtils
mostly happened across these PRs:My intention with these utils is to add them to sourmash core once we get them to a good spot, which means that the license for this code will change to BSD.