Imports

  • In *.rs files, imports should be split into 3 groups src and separated by a single line. Within a single group, imported items should be sorted alphabetically.
    • Imports from 'std'
    • Imports from external crates
    • Imports from crates within trin
  • Alphabetize imports in Cargo.toml