Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wafflelapkin/arbitrary_wrappers
WARNING: I'm bad at writing proc macros, so at the moment this lib works only for very specific use cases such as in `sahke`...
https://github.com/wafflelapkin/arbitrary_wrappers
Last synced: 1 day ago
JSON representation
WARNING: I'm bad at writing proc macros, so at the moment this lib works only for very specific use cases such as in `sahke`...
- Host: GitHub
- URL: https://github.com/wafflelapkin/arbitrary_wrappers
- Owner: WaffleLapkin
- License: mit
- Created: 2020-04-12T18:34:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-14T17:25:01.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T19:13:55.110Z (6 days ago)
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arbitrary_wrappers
[![CI status](https://github.com/WaffleLapkin/arbitrary_wrappers/workflows/Continuous%20integration/badge.svg)](https://github.com/WaffleLapkin/arbitrary_wrappers/actions)
[![Telegram](https://img.shields.io/badge/tg-WaffleLapkin-9cf?logo=telegram)](https://vee.gg/t/WaffleLapkin)
[![documentation (master)](https://img.shields.io/badge/docs-master-blue)](https://arbitrary-wrappers.netlify.com/arbitrary_wrappers/)
[![LICENSE](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)Rust crate for converting a `impl Wrapper { ... }` into a `impl Type { ... }` + arbitrary self types feature used.
See docs for more.