Skip to content

shell: Port PpsStackSwitcher to Rust

nibon7 requested to merge nibon7/papers:rust-pps-stack-switcher into main

Replace C GHashTable with Rust std::collections::HashMap, since there is no safe GHashTable binding for now.

Merge request reports