Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (39 loc) · 779 Bytes

under_development.md

File metadata and controls

41 lines (39 loc) · 779 Bytes

title: Under development ...

This is currently a dumping ground for to-do notes.

TO DO:

Library selection

  • Making web requests (wreq)
  • Parsing HTML
  • Looping over things
  • Conversion from strings to int/double/%/CI
  • Handle noise/extraneous characters in parsing
  • Handling Unicode
  • Generating CSV or Excel files
  • File I/O

Packages you'll learn about

  • Strings and text:
    • bytestring
    • text
    • text-icu-translit
    • string-conv
    • strings
  • Specialized containers:
    • containers
    • vector
  • Parsing and serialization:
    • cassava
    • taggy
    • taggy-lens
  • Network and file system:
    • directory
    • filepath
    • wreq
  • Others:
    • extra
    • lens