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

From KDE Community Wiki
(Created page with "# 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...")
 
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 [here](https://invent.kde.org/oreki/kconfig-rs).  
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 [qmetaobject](https://github.com/woboq/qmetaobject-rs) and became a collaborator in that project.


# Blog Posts
 
==Blog Posts==
* [Season of KDE 2022](https://www.programmershideaway.xyz/posts/post2/)
* [Season of KDE 2022](https://www.programmershideaway.xyz/posts/post2/)
* [Bitflags in Rust](https://www.programmershideaway.xyz/posts/)
* [Bitflags in Rust](https://www.programmershideaway.xyz/posts/)


# Contact
 
==Contact==
* [Website](https://www.programmershideaway.xyz/)
* [Website](https://www.programmershideaway.xyz/)

Revision as of 13:04, 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](https://invent.kde.org/oreki/kconfig-rs). 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.


Blog Posts


Contact