From 28101de56231252ca0cfa6a9f107b75112c9acad Mon Sep 17 00:00:00 2001 From: Ben Bridle <bridle.benjamin@gmail.com> Date: Wed, 31 Jan 2024 07:38:50 +1300 Subject: Implement new file device interface This is a complete redesign of the file device. The most notable addition is the ability to ascend and descend the file tree. --- src/main.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 98bc20f..80dcb54 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,5 +1,7 @@ #![feature(bigint_helper_methods)] +#![feature(io_error_more)] #![feature(split_array)] +#![feature(seek_stream_len)] use std::io::Read; use std::process::exit; -- cgit v1.2.3-70-g09d2