Skip to content

AllUsers Iterator

Jeremy Soller requested to merge goyox86-allusers into master

Created by: goyox86

Added iterator over all users of the system, refactoring and improved docs.

  • Now the parse_file methods take a path to the file and not the string with the contents.
  • parse_file methods now are only visible inside the crate.
  • Derived Debug for structs.
  • Improved docs by linking.
  • Fixed the README.

Merge request reports