Compare commits

..

4 commits

Author SHA1 Message Date
7fb12ca660 build(justfile): add validate dev branch recipe
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-28 08:25:51 +01:00
9fbc2f79aa feat(fs): new fs module to replace filesystem
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-04-28 08:18:50 +01:00
d46a52126c docs(readme): add details about current status and future plans 2024-04-28 08:18:50 +01:00
84640bb2dd feat(fs): add new contructors for real and temp 2024-04-28 08:18:50 +01:00
2 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,3 @@
#![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;