Mostly cosmetic, but affects quality of life: What kind of directory structure should we use for the library? Potentially touching on #2 and #3. I tend to like structures like this: ``` stdlib/ src/ lib/ mod_stdlib.f90 subdir1/ subdir2/ ... tests/ ```