self_cell 0.10.3

Safe-to-use proc-macro-free self-referential structs in stable Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Note on version 0.10.3

This version of `self_cell` is a re-export of the `self_cell` version `1`
meant for backwards-compatibly allowing `0.10` users to get current and
future soundness fixes. If you are adding `self_cell` as a dependency,
please use an up-to-date version directly.

## Authors

* **Lukas Bergdoll** - *Initial work* - [Voultapher]https://github.com/Voultapher

See also the list of [contributors](https://github.com/Voultapher/self_cell/contributors)
who participated in this project.

## License

This project is licensed under the Apache License, Version 2.0 -
see the [LICENSE.md](LICENSE.md) file for details.