From 64106c4d3d4ddba8c7bc2af75376e6d3d3d75601 Mon Sep 17 00:00:00 2001 From: Date: Mon, 29 Jun 2015 20:16:15 +0000 Subject: Update documentation --- carboxyl/stream/index.html | 0 carboxyl/stream/sidebar-items.js | 1 + carboxyl/stream/struct.Sink.html | 10 ++++++++++ carboxyl/stream/struct.Stream.html | 10 ++++++++++ carboxyl/stream/trait.BoxClone.html | 0 5 files changed, 21 insertions(+) create mode 100644 carboxyl/stream/index.html create mode 100644 carboxyl/stream/sidebar-items.js create mode 100644 carboxyl/stream/struct.Sink.html create mode 100644 carboxyl/stream/struct.Stream.html create mode 100644 carboxyl/stream/trait.BoxClone.html (limited to 'carboxyl/stream') diff --git a/carboxyl/stream/index.html b/carboxyl/stream/index.html new file mode 100644 index 0000000..e69de29 diff --git a/carboxyl/stream/sidebar-items.js b/carboxyl/stream/sidebar-items.js new file mode 100644 index 0000000..ccdbbe7 --- /dev/null +++ b/carboxyl/stream/sidebar-items.js @@ -0,0 +1 @@ +initSidebarItems({"struct":[["Sink","An event sink."],["Stream","A stream of events."]],"trait":[["BoxClone","Trait to wrap cloning of boxed values in a object-safe manner"]]}); \ No newline at end of file diff --git a/carboxyl/stream/struct.Sink.html b/carboxyl/stream/struct.Sink.html new file mode 100644 index 0000000..97044fd --- /dev/null +++ b/carboxyl/stream/struct.Sink.html @@ -0,0 +1,10 @@ + + + + + + +

Redirecting to ../../carboxyl/struct.Sink.html...

+ + + \ No newline at end of file diff --git a/carboxyl/stream/struct.Stream.html b/carboxyl/stream/struct.Stream.html new file mode 100644 index 0000000..9c8a019 --- /dev/null +++ b/carboxyl/stream/struct.Stream.html @@ -0,0 +1,10 @@ + + + + + + +

Redirecting to ../../carboxyl/struct.Stream.html...

+ + + \ No newline at end of file diff --git a/carboxyl/stream/trait.BoxClone.html b/carboxyl/stream/trait.BoxClone.html new file mode 100644 index 0000000..e69de29 -- cgit v1.2.3