| 1 | //! Parallel git import pipeline using rayon for concurrent commit parsing. |
| 2 | //! |
| 3 | //! This module provides [`ParallelImporter`], which distributes the expensive |
| 4 | //! git reading and diffing work across all available CPU cores using rayon's |
nothing calls this directly
no outgoing calls
no test coverage detected