Clarify README

This commit is contained in:
Héctor Ramón Jiménez 2019-09-24 14:51:12 +02:00
parent a975754ab0
commit c08171e89e

View file

@ -156,11 +156,10 @@ its own standalone crate, as it could potentially benefit other engines and
applications. I thought it was a great idea, and after a bit of work... Iced is applications. I thought it was a great idea, and after a bit of work... Iced is
here! here!
As an interesting note, Iced does not rely on reference counting and interior As an interesting note, the core of Iced does not rely on interior mutability.
mutability. There is not a single `Rc`, `RefCell`, or similar used Usage of types like `RefCell` is restricted to runtime boundaries. As a
directly in the library. As a consequence, compiler guarantees stay intact and consequence, compiler guarantees stay intact and many kinds of pesky bugs and
many kinds of pesky bugs and runtime errors are banished. No spooky action at runtime errors are banished. No spooky action at a distance!
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