We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23bff7a commit b6fd587Copy full SHA for b6fd587
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# unreleased
+# version 0.3
2
* made the crate no_std compatible (#5)
3
* added struct GenIterReturn and macro gen_iter_return! to iterate over a generator and get the return value (#6)
4
README.md
@@ -2,8 +2,6 @@
see [the docs](https://docs.rs/gen-iter) for examples and usage.
5
-* currently, generators are too new for docs.rs. if this is still
6
-the case, try the [backup docs](https://bot.tinaun.net/rust/docs/gen_iter);
7
8
# License
9
src/lib.rs
@@ -58,7 +58,6 @@
58
59
#![no_std]
60
#![feature(generators, generator_trait)]
61
-// #![feature(conservative_impl_trait)]
62
63
mod gen_iter;
64
pub use gen_iter::*;
0 commit comments