Sheffield-iGEM / syn-zeug

A modern toolbox for synthetic biology
https://sheffield-igem.github.io/syn-zeug/
GNU Affero General Public License v3.0
6 stars 3 forks source link

Split Code into Sensible Modules #2

Closed TheLostLambda closed 2 years ago

TheLostLambda commented 2 years ago

Currently all of the library code is sitting in a single lib.rs – this could be improved by splitting things into a seq.rs and data.rs, where sequence handling code and generic data structures can be moved accordingly.