wip: properly trimmed text, add some libs

This commit is contained in:
🪞👃🪞 2025-03-16 21:13:24 +02:00
parent fc24c80521
commit f0dc66a3e8
6 changed files with 569 additions and 91 deletions

View file

@ -1,5 +1,6 @@
#![allow(stable_features)]
#![feature(os_str_display)]
#![feature(str_as_str)]
use std::sync::{Arc, RwLock};
use std::path::{Path, PathBuf};