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
|
e9ec836504
|
Add SystemSaveData::CreateDirectory
|
2023-09-24 22:41:31 +03:00 |
|
wheremyfoodat
|
88eebbcbae
|
Moar filesystem
|
2023-09-14 22:22:18 +03:00 |
|
wheremyfoodat
|
1332488326
|
Add SystemSaveData::CreateFile
|
2023-09-13 23:29:49 +03:00 |
|
wheremyfoodat
|
7c2167e0f2
|
Add SystemSaveData::OpenFile and split up frd:u and frd:a
|
2023-09-13 23:21:30 +03:00 |
|
wheremyfoodat
|
c48f8327c6
|
Start implementing SystemSaveData
|
2023-09-13 23:15:18 +03:00 |
|