summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2019-09-24 15:39:33 +0200
committerLibravatar GitHub <noreply@github.com>2019-09-24 15:39:33 +0200
commit68c4752e998dca1d618380ce4e7d8ac52b710056 (patch)
tree35e386030b072c189509bb2ed3adeaec5b0fd4d1 /README.md
parentbb5cac49d028eb53c259ae58e3a007ebfb736fd4 (diff)
parent05c7c39ecb8910c75b82dc4052a7720fb2d42b4a (diff)
downloadiced-68c4752e998dca1d618380ce4e7d8ac52b710056.tar.gz
iced-68c4752e998dca1d618380ce4e7d8ac52b710056.tar.bz2
iced-68c4752e998dca1d618380ce4e7d8ac52b710056.zip
Merge pull request #17 from hecrj/web
Basic web support (core, native, and web crates)
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 5301144e..f7035fb4 100644
--- a/README.md
+++ b/README.md
@@ -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
here!
-As an interesting note, Iced does not rely on reference counting and interior
-mutability. There is not a single `Rc`, `RefCell`, or similar used
-directly in the library. As a consequence, compiler guarantees stay intact and
-many kinds of pesky bugs and runtime errors are banished. No spooky action at
-a distance!
+As an interesting note, the core of Iced does not rely on interior mutability.
+Usage of types like `RefCell` is restricted to runtime boundaries. As a
+consequence, compiler guarantees stay intact and many kinds of pesky 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