# HG changeset patch # User Goffi # Date 1692025974 -7200 # Node ID e3bf606a5519d124be94dec418f481e5c006ca73 # Parent 5370c524bffdfd412fb3e866265348bdae89a622 roadmap: add "Oxidation" diff -r 5370c524bffd -r e3bf606a5519 pages/roadmap/page_meta.py --- a/pages/roadmap/page_meta.py Wed Jun 28 11:37:26 2023 +0200 +++ b/pages/roadmap/page_meta.py Mon Aug 14 17:12:54 2023 +0200 @@ -115,4 +115,9 @@ "description": "Develop a gateway to send and receive emails, and to use mailing lists as XMPP blogs.", "status": "", }, + { + "title": "Oxidation", + "description": "Port critical sections of the project to Rust for enhanced performance, reduced resource consumption, improved safety, and increased portability, while maintaining maximum compatibility with Python.", + "status": "", + }, ]