#rest

simple_tmp_logger

A really simple application to write files to a log in the /tmp dir

3 stable releases

1.2.3 Jul 25, 2024
1.2.2 Jul 22, 2024
1.2.1 Jul 15, 2024

#120 in #rest

Download history 103/week @ 2024-07-12 221/week @ 2024-07-19 107/week @ 2024-07-26 1/week @ 2024-08-02 3/week @ 2024-08-23 4/week @ 2024-08-30 38/week @ 2024-09-13 24/week @ 2024-09-20 128/week @ 2024-09-27 30/week @ 2024-10-04 40/week @ 2024-10-11

223 downloads per month
Used in 3 crates (2 directly)

MIT/Apache

7KB
116 lines

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

Dependencies

~16–30MB
~501K SLoC