Skip to content

Latest commit

 

History

History
105 lines (73 loc) · 4.05 KB

File metadata and controls

105 lines (73 loc) · 4.05 KB

Rust

Book

Basic

Best practice

Performance

Online practice

Packages

General

String and bytes

  • Byte strings (extension traits for &[u8] and Vec): bstr
  • Regular expression: regex
  • String search: memchr
  • Byte count: bytecount

Hash and HashMap

  • Rust port of Google's SwissTable hash map: hashbrown

Array and data frame

CLI

IO

Compression

Performance

Testing

Bioinformatics