projections 1.0.1

Macro-free pin projections because why not?
Documentation
# Projections

[![tests](https://github.com/ardaku/projections/actions/workflows/ci.yml/badge.svg)](https://github.com/ardaku/projections/actions/workflows/ci.yml)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/ardaku/projections)](https://github.com/ardaku/projections)
[![GitHub contributors](https://img.shields.io/github/contributors/ardaku/projections)](https://github.com/ardaku/projections/graphs/contributors)  
[![Crates.io](https://img.shields.io/crates/v/projections)](https://crates.io/crates/projections)
[![Crates.io](https://img.shields.io/crates/d/projections)](https://crates.io/crates/projections)
[![Crates.io (recent)](https://img.shields.io/crates/dr/projections)](https://crates.io/crates/projections)  
[![Crates.io](https://img.shields.io/crates/l/projections)](https://github.com/search?q=repo%3Aardaku%2Fprojections+path%3A**%2FLICENSE*&type=code)
[![Docs.rs](https://docs.rs/projections/badge.svg)](https://docs.rs/projections/)

#### Create structural pin projections without macros or unsafe.

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.

## MSRV

The current MSRV is Rust 1.91.

Any future MSRV updates will follow the [Ardaku MSRV guidelines].

## License

Copyright © 2022-2026 The Projections Contributors.

Licensed under any of
 - Apache License, Version 2.0, ([LICENSE\_APACHE] or
   <https://www.apache.org/licenses/LICENSE-2.0>)
 - Boost Software License, Version 1.0, ([LICENSE\_BOOST] or
   <https://www.boost.org/LICENSE_1_0.txt>)
 - MIT License, ([LICENSE\_MIT] or <https://mit-license.org/>)

at your option.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
licensed as described above, without any additional terms or conditions.

## AI / LLM (Non-)Usage

This project was developed without using AI tooling.  AI usage for contributions
is strictly banned, with the exception of AI tooling trained on exclusively CC0,
Unlicense, or equivalently-licensed code.  By opening a PR on this repository,
you assert that the work (excluding any test data) is either human generated,
computer generated trained on works in the public domain, or a combination of
the two.  AI bug reports are welcome as issues, as long as there is a disclaimer
that it was discovered with AI.

## Help

If you want help using or contributing to this library, feel free to send me an
email at <aldaronlau@gmail.com>.

[Ardaku MSRV guidelines]: https://github.com/ardaku/.github/blob/v1/profile/MSRV.md
[LICENSE\_APACHE]: https://github.com/ardaku/projections/blob/v0/LICENSE_APACHE
[LICENSE\_BOOST]: https://github.com/ardaku/projections/blob/v0/LICENSE_BOOST
[LICENSE\_MIT]: https://github.com/ardaku/projections/blob/v0/LICENSE_MIT
[documentation]: https://docs.rs/projections