Thanks for contributing to this proof of concept!
The first thing I would like to emphasize is that this crate is NOT meant for and serious use. It is only to serve and a reference implementation in the ptr-to-field RFC. If that RFC ever closes, or gets merged then this repo will be archived. This crate will also never be uploaded to crates.io.
If you want to request a feature, please file an issue or pull request titled
[New Feature] Name Of Feature
Provide some motivation for why this feature is necessary. If you have an implementation of the feature, please submit a pull request.
Please note that if the feature is out of scope to the ptr-to-field RFC, then it may be closed.
If you think you have found a bug, please ensure that you have found a new bug by looking through the issues. If you find that your bug is unique, then ceate a new issue labelled
[Bug] Name of bug
Please provide a description of the bug, and a minimal viable example.
If you have any changes that you would like to see other than those listed above, please create a pull request and detail what changes are made by the pull request. For all pull requests it is required ot run rust-fmt before merging.