orthodoxy 0.1.25

A collection of commonly reused functions and commands
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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