win-sid-core 0.2.1

Windows security identifier primitive
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# win-sid   [![Latest Version]][crates.io]

[Latest Version]: https://img.shields.io/crates/v/win-sid.svg
[crates.io]: https://crates.io/crates/win-sid

A rust library providing types for handling Windows SIDs in a cross platform manner.

## Description

This library provides one core type - `SecurityIdentifier`.  This type can represent any valid Windows SID, and also supports serializing to/from the canonical byte representation and string representation.

## License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.