# windows-token
> Safe Rust ownership and workflow APIs for Windows access tokens, privileges,
> duplication, SIDs, integrity levels, and scoped impersonation.
- [README](https://github.com/icedracon/windows-token/blob/main/README.md)
- [API documentation](https://docs.rs/windows-token)
- [Ecosystem map](https://github.com/icedracon/win32-min/blob/master/ECOSYSTEM.md)
- [ABI foundation](https://github.com/icedracon/win32-min)
Dropping `ImpersonationGuard` calls `RevertToSelf`, including during unwinding.
The crate is Windows-only and does not currently expose named SID lookup,
restricted-token construction, or process creation as another user.