Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.59 KB

README.md

File metadata and controls

32 lines (29 loc) · 1.59 KB

RLS Rust - ls

Rust

This is a rework of the ls program in rust.

To run the program simply write cargo run this will then run the program in the current directory.

Example output

$ cargo run
+------------+-----------+-----------+---------------------+
| Filename   | File size | File Type | Created at          |
+------------+-----------+-----------+---------------------+
| Cargo.toml | 232       | File      | 09/01/2023 19:29:27 |
+------------+-----------+-----------+---------------------+
| target     | 160       | Directory | 09/01/2023 19:33:46 |
+------------+-----------+-----------+---------------------+
| Cargo.lock | 19042     | File      | 09/01/2023 19:29:27 |
+------------+-----------+-----------+---------------------+
| README.md  | 1379      | File      | 09/01/2023 19:29:27 |
+------------+-----------+-----------+---------------------+
| .gitignore | 349       | File      | 09/01/2023 19:29:27 |
+------------+-----------+-----------+---------------------+
| .github    | 96        | Directory | 09/01/2023 19:29:27 |
+------------+-----------+-----------+---------------------+
| .git       | 448       | Directory | 09/01/2023 19:29:26 |
+------------+-----------+-----------+---------------------+
| .idea      | 224       | Directory | 09/01/2023 19:29:49 |
+------------+-----------+-----------+---------------------+
| src        | 160       | Directory | 09/01/2023 19:29:27 |
+------------+-----------+-----------+---------------------+