mirror of
https://codeberg.org/unspeaker/perch.git
synced 2025-12-08 10:36:42 +01:00
wip: properly trimmed text, add some libs
This commit is contained in:
parent
fc24c80521
commit
f0dc66a3e8
6 changed files with 569 additions and 91 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue