Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaoimin/fut-ret
A rust library to parse the return type generated by async_trait in procedural macro.
https://github.com/kaoimin/fut-ret
Last synced: 7 days ago
JSON representation
A rust library to parse the return type generated by async_trait in procedural macro.
- Host: GitHub
- URL: https://github.com/kaoimin/fut-ret
- Owner: KaoImin
- License: mit
- Created: 2022-02-20T10:05:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-20T10:35:36.000Z (almost 3 years ago)
- Last Synced: 2024-11-07T09:52:19.000Z (about 2 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fut-ret
A rust library to parse the return type generated by [async_trait](https://crates.io/crates/async-trait) in procedural macro.