Here is the first article of a series, on how to build a search engine, from scratch, in Rust.
Feel free to give me some feedback
https://jdrouet.github.io/posts/202503161800-search-engine-intro/
Following the introduction, here is the part 1 of my series of articles on how to build a crossplatform search engine from scratch, in #rustlang.
This section will handle how we'll store the encrypted data on any platform.
Enjoy reading it, feel free to provide some feedback, here or directly on GitHub
https://jdrouet.github.io/posts/202503170800-search-engine-part-1/
@jdrouet just wanted to say you started a great series. Looking forward to upcoming articles, thank you!