orthodoxy

Crates.ioorthodoxy
lib.rsorthodoxy
version0.1.25
sourcesrc
created_at2024-05-10 05:40:59.336043
updated_at2024-07-11 04:46:53.784622
descriptionA collection of commonly reused functions and commands
homepage
repository
max_upload_size
id1235720
size233,005
(atomiz-ing)

documentation

README

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
Commit count: 0

cargo fmt