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

https://github.com/ardaku/projections

Safe structural pin projections without macros.
https://github.com/ardaku/projections

pin pin-projections rust rust-crate rust-lang rust-library structural-pinning

Last synced: 7 months ago
JSON representation

Safe structural pin projections without macros.

Awesome Lists containing this project

README

          

# Projections
Safe structural pin projections without macros.

This like
[pin-project-lite](https://docs.rs/pin-project-lite/latest/pin_project_lite/)
but more lite.

# Why
Because you want safe structural pin projections without macros for some
reason.

# Docs
See the [docs](https://docs.rs/projections/) for usage examples.