Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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`...

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.