summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-02 01:57:31 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-09-02 01:57:31 +0200
commitcc6d5b8ec7c36cafffeb4cb81a02853a2fbba4dc (patch)
treed7e254ec3c83fea00fef611fee900e66a9fac868 /README.md
parent4899cd836ac2c10323e435226f3a8df212fb4fe8 (diff)
downloadiced-cc6d5b8ec7c36cafffeb4cb81a02853a2fbba4dc.tar.gz
iced-cc6d5b8ec7c36cafffeb4cb81a02853a2fbba4dc.tar.bz2
iced-cc6d5b8ec7c36cafffeb4cb81a02853a2fbba4dc.zip
Clarify implementation details in `README`
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index fdf81586..374239ce 100644
--- a/README.md
+++ b/README.md
@@ -160,7 +160,9 @@ crate, and well... Iced is here!
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
-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
[`stretch`]: https://github.com/vislyhq/stretch