Clarify implementation details in README

This commit is contained in:
Héctor Ramón Jiménez 2019-09-02 01:57:31 +02:00
parent 4899cd836a
commit cc6d5b8ec7

View File

@ -160,7 +160,9 @@ crate, and well... Iced is here!
As an interesting note, Iced does not rely on reference counting and interior As an interesting note, Iced does not rely on reference counting and interior
mutability at all! There is not a single `Rc`, `RefCell`, or similar used mutability at all! There is not a single `Rc`, `RefCell`, or similar used
directly in the library. directly in the library. As a consequence, compiler guarantees stay intact and
many kinds of filthy bugs and runtime errors are banished. No spooky action at
a distance!
[this pull request]: https://github.com/hecrj/coffee/pull/35 [this pull request]: https://github.com/hecrj/coffee/pull/35
[`stretch`]: https://github.com/vislyhq/stretch [`stretch`]: https://github.com/vislyhq/stretch