dominikwilkowski / vault

An open source multi-platform password manager, written in Rust.
https://rustyvault.com/
GNU General Public License v3.0
16 stars 3 forks source link

Scoped settings context #45

Closed dominikwilkowski closed 7 months ago

dominikwilkowski commented 7 months ago

Wrapping contexts that share types with other contexts whilst floem does not support namespaces. This fixes an issue where contexts were being overwritten and lost when they went out of scope, causing the program to panic when the original context was being called.