linux-raw-sys icon indicating copy to clipboard operation
linux-raw-sys copied to clipboard

no sockaddr_vm define

Open guoweikang opened this issue 3 months ago • 1 comments

Image

I didn't find any definition about sockaddr_vm

guoweikang avatar Oct 16 '25 06:10 guoweikang

The Linux API is too big to practically declare everything in a single Rust crate, so linux-raw-sys here has modules which pull in selected subsets. It appears sockaddr_vm is not currently pulled in by any modules.

sunfishcode avatar Oct 16 '25 18:10 sunfishcode