# Assumptions ## Linux OS Maybe it works other UNIX-likes, but I am not designing for it. I am currently using and liking NixOS, but that might change and I want traveling to be minimal. ## SystemD Not all of it, but at least the service management part and directly related components. # Open Stuff ## Small-String Library I keep oscillating between: - SmolStr Is more efficient to clone, which I use a fair bit - CompactString Has more standard traits implemented for it