Compare commits

..

4 commits

Author SHA1 Message Date
3fd546f632 build(justfile): add validate dev branch recipe
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-28 11:24:56 +01:00
eb86c20e35 feat(fs): new fs module to replace filesystem 2024-04-28 11:24:56 +01:00
36070f59cc docs(readme): add details about current status and future plans 2024-04-28 11:20:39 +01:00
8d3f5df378 feat(fs): add new contructors for real and temp 2024-04-28 11:20:37 +01:00
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
#![allow(deprecated)]
use std::{
ops::Deref,
path::PathBuf,

View file

@ -4,5 +4,5 @@ pub mod filesystem;
#[cfg(feature = "fs")]
pub mod fs;
#[cfg(feature = "network")]
pub mod network;
// #[cfg(feature = "network")]
// pub mod network;