Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Oct 17:13

Added

  • smartstring feature for using the smartstring crate to reduce heap allocations.

Changed

  • Reduce default sleep duration to reduce strain on CPU.
  • Update quick-xml dependency to v0.30.0.
  • Use a dedicated producer thread to read data from the reader in ThreadedParser.

Fixed

  • Broken extraction of names in Citation::from_xml

Removed

  • Unused fnv dependency.
  • Deprecated uniprot::parse top-level function.