Go to file
Janis 0987e57963 renamed field getters, unsafe cast
- renamed field getter functions to just the field, and field_mut for &mut
getters
- made casting `unsafe` to make sure it explicitly is checked each time
- fixed injected types being NonNull<T>
2023-04-22 02:13:14 +02:00
src renamed field getters, unsafe cast 2023-04-22 02:13:14 +02:00
.gitignore can properly iterate over fnames 2023-04-17 18:21:42 +02:00
Cargo.toml extracted fname and tarray from raw types into own modules 2023-04-20 02:36:46 +02:00
rust-toolchain v2 type def 2023-04-20 00:41:48 +02:00