simple_tmp_logger

Crates.iosimple_tmp_logger
lib.rssimple_tmp_logger
version1.2.3
sourcesrc
created_at2024-07-15 19:38:36.213417
updated_at2024-07-25 04:58:17.11089
descriptionA really simple application to write files to a log in the /tmp dir
homepagehttps://docs.artisanhosting.net
repository
max_upload_size
id1304250
size8,333
Darrion Whitfield (Dj-Codeman)

documentation

README

Why is this

I have a few existing rust progects sact (superuser act) and rest (new encore) that share alot of similar code... This is the code. There will be another one like this just to keep code organize and seperate. This also allow be to update diffrent components with a cargo build as oppose to having to change the same file multiple times.

This is a really simple "logger" it writes stuff to a file in /tmp so it cant get to big but it exists

Commit count: 0

cargo fmt