enarx-archive / sallyport

API for the hypervisor-microkernel boundary
Apache License 2.0
7 stars 6 forks source link

v2: Add `SlicePtr::len` #28

Closed rvolosatovs closed 2 years ago

rvolosatovs commented 2 years ago

Part of PR series for #17

Blocking https://github.com/enarx/sallyport/pull/27 #29

~This builds upon a few commits from #26 , but those are small enough to include in this PR~

npmccallum commented 2 years ago

@haraldh We decided to use the slice_ptr_len feature and pass around NonNull everywhere.