WFassoc Core
This crate provides low level API and high level API for manipulating Windows file associations at the same time. For the convenient use of this project, the root module of this crate re-expose high level API. So programmers can directly use them.
High level API is type-safe and very easy to use for common application.
For visiting high level API, please use crate root module directly or highlevel module.
Oppositely, for visiting low level API, please use lowlevel module.
If you are a programmer who want to take a deep into the internal implementations,
see win32 module and its submodules for detail.