ardaku / whoami

Rust crate to get the current user and environment.
Apache License 2.0
195 stars 31 forks source link

Use std::ffi everywhere instead of std::os::raw #122

Open spx01 opened 1 week ago

spx01 commented 1 week ago

Replace usage of std::os::raw with std::ffi for C types. Fixes #75.

AldaronLau commented 1 week ago

@spx01 Thanks, this is great! Can you either run cargo +nightly fmt or apply the format suggestions in CI?

spx01 commented 3 days ago

Done!