vck-windrv 0.0.2

Windows kernel-mode driver framework for VolumeCrypt-Kit
docs.rs failed to build vck-windrv-0.0.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

Windows kernel volume filter driver framework.

Provides the VolumeProvider trait, the filter stack manager, a kernel-only async executor, the progressive-encryption state machine, AES-XTS crypto, and the IOCTL dispatch surface shared with the Go SDK. Samples implement the traits; all mechanism lives here.