windows-thread-ambient-sys 0.2.0

Capture a Windows thread's ambient state and apply it on another thread.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Plans: windows-thread-ambient-sys

Design decisions are in [DESIGN-NOTES.md](DESIGN-NOTES.md).

This crate's work is planned in a feature-scoped checklist at the workspace root
rather than a local one, because it lands alongside a sibling crate and a set of
workspace-level corrections, and the workspace root is their lowest common
source-component. That file is not the workspace
[CHECKLIST.md](../../CHECKLIST.md), which holds unrelated deferred work.

| Path to CHECKLIST.md | Status | Brief description | Design Notes |
|---|---|---|---|
| [../../CHECKLIST-thread-ambient.md]../../CHECKLIST-thread-ambient.md | in progress | M22: the extraction decision, the WOW64 reclassification, and the per-aspect primitives. M23: the composite -- capture set, capture, guard composition, and the cross-thread test matrix. M24-M26 in the same file cover the sibling `windows-namespace-request-sys` crate. | [DESIGN-NOTES.md]DESIGN-NOTES.md |