Commit graph

2 commits

Author SHA1 Message Date
Wunkolo
3d0a0ccc0b
Refactor Rust::Result into std::expected
The standard library already has support for this type as of C++23:
https://en.cppreference.com/w/cpp/header/expected

[This is also supported by all major compilers](https://en.cppreference.com/w/cpp/compiler_support#:~:text=Yes-,%3Cexpected%3E,-P0323R12%0AP2549R1)
2024-03-11 09:55:00 -07:00
wheremyfoodat
46ce2c14cd Initial UserSaveData impl 2023-08-24 17:58:16 +03:00