From 584fa0adad5953c8368fb8a7620fd53671250b32 Mon Sep 17 00:00:00 2001 From: Raimundo Saona <37874270+saona-raimundo@users.noreply.github.com> Date: Sun, 29 Oct 2023 09:32:47 +0100 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 7ff3f84..ce0ed30 100644 --- a/README.md +++ b/README.md @@ -83,13 +83,6 @@ For more, see the folder [examples](https://github.com/saona-raimundo/preexplore - Add ``preexplorer = "*"`` to your ``Cargo.toml`` file under ``[dependencies]``. - I suggest to simply go with ``use preexplorer::prelude::*;`` in your binary, and then use the short-name ``pre::...`` and the ``preexplore`` method directly in iterators and tuple of iterators. -# Future - -- [ ] More senses involved in exploration - - [ ] Audio - - [ ] audify() - - [ ] sonify() - # Q & A 1. When comparing processes (`Process`-related structs), why must they be the same structs?