Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 543 Bytes

TODO.md

File metadata and controls

15 lines (14 loc) · 543 Bytes
  • Add a code of conduct.
  • Clean up lib.rs.
  • Make single & multi-threaded build options
  • Document these options in the Makefile!
  • Figure out why docs generation is twonky / broken
  • Register with Cargo?
  • Is there a cargo plug-in to run a fileserving webserver for your local docs package?
  • Break the trie into its own project? Probably not advisable, but did it for the fsbitmaps
  • Register fsbitmaps with Cargo?
  • Replace the nested for loops with an ndrange iterator (see alt project ndrange.)
  • Register ndrange with Cargo!