SoK/2022/StatusReport/Ayush Singh: Difference between revisions
< SoK | 2022/StatusReport
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 [ | 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 [ | 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
- [Season of KDE 2022](https://www.programmershideaway.xyz/posts/post2/)
- [Bitflags in Rust](https://www.programmershideaway.xyz/posts/)
Contact
- [Website](https://www.programmershideaway.xyz/)