hyperlight-dev / hyperlight-dev/hyperlight
[host/mem] Review `RawPtr` and `GuestPtr` APIs
Open
area/API
lifecycle/confirmed
- Dominant language
- Rust
- Stars
- 4.7k
- Forks
- 208
- Avg merge
- 1d 7h
- Merged PRs (30d)
- 47
Description
We should ensure we are consistent w/ our usage of pointers throughout the `hyperlight_host` codebase. We have APIs for `RawPtr` and `GuestPtr`, but, in some places, we use `*const mut u8`, and, in others, we use `u64`.
Contributor guide
Assessment
This issue has not been assessed yet.