https://github.com/editso/winapi-comm
Common api libraries under windows
https://github.com/editso/winapi-comm
Last synced: 3 months ago
JSON representation
Common api libraries under windows
- Host: GitHub
- URL: https://github.com/editso/winapi-comm
- Owner: editso
- License: mit
- Created: 2021-12-27T06:56:40.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-28T05:39:22.000Z (over 3 years ago)
- Last Synced: 2024-04-24T01:41:10.004Z (about 1 year ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# winapi-comm: Windows常用API Rust封装
[![Crates.io][crates-badge]][crates-url]
[![MIT licensed][mit-badge]][mit-url][crates-badge]: https://img.shields.io/crates/v/winapi-comm.svg
[crates-url]: https://crates.io/crates/winapi-comm
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: https://github.com/editso/winapi-comm/blob/master/LICENSE这是一个`Windows`常用 `API Rust`库
个人觉得`windows, winapi`库太重了, 导入了一些不必要的依赖, 导致项目在后期启动或编译缓慢, 所以编写了该库
该库只是封装了一些常用的API