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.
- Host: GitHub
- URL: https://github.com/ardaku/projections
- Owner: ardaku
- License: apache-2.0
- Created: 2022-06-08T00:52:51.000Z (over 3 years ago)
- Default Branch: stable
- Last Pushed: 2022-06-10T22:29:35.000Z (over 3 years ago)
- Last Synced: 2025-02-28T12:42:00.102Z (8 months ago)
- Topics: pin, pin-projections, rust, rust-crate, rust-lang, rust-library, structural-pinning
- Language: Rust
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE_APACHE_2_0.txt
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.