SoK/2022/StatusReport/Ayush Singh: Difference between revisions

From KDE Community Wiki
No edit summary
Line 1: Line 1:
==Rust Wrapper of KConfig==
==Rust Wrapper of KConfig==
KDE Projects are currently predominantly written in C++ and Python since the bindings for other projects are simply not present or are not idiomatic to use. I am working on Rust bindings for KConfig KDE Framework. The bindings can be found [here](https://invent.kde.org/oreki/kconfig-rs).  
KDE Projects are currently predominantly written in C++ and Python since the bindings for other projects are simply not present or are not idiomatic to use. I am working on Rust bindings for KConfig KDE Framework. The bindings can be found [https://invent.kde.org/oreki/kconfig-rs here].
As a consequence of this project, I ended up contributing upstream to [qmetaobject](https://github.com/woboq/qmetaobject-rs) and became a collaborator in that project.
As a consequence of this project, I ended up contributing upstream to [https://github.com/woboq/qmetaobject-rs qmetaobject] and became a collaborator in that project.
 


==Blog Posts==
==Blog Posts==

Revision as of 13:06, 2 March 2022

Rust Wrapper of KConfig

KDE Projects are currently predominantly written in C++ and Python since the bindings for other projects are simply not present or are not idiomatic to use. I am working on Rust bindings for KConfig KDE Framework. The bindings can be found here. As a consequence of this project, I ended up contributing upstream to qmetaobject and became a collaborator in that project.

Blog Posts


Contact