rust 小 lib
AI部分均已标注
此lib需要https://internals.rust-lang.org/t/priorities-for-trait-implementations
或https://rust-lang.github.io/rfcs/1210-impl-specialization.html 才能实现完整功能
- 实现资源嵌入功能
- 完成文档化
- 为类型实现标准库中的trait
- 使用在capdows中定义的 Error, Result 而不是windows-rs中的
8000