Skip to content

Commit

Permalink
release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tinaun committed Jan 3, 2023
1 parent 23bff7a commit b6fd587
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# unreleased
# version 0.3
* made the crate no_std compatible (#5)
* added struct GenIterReturn and macro gen_iter_return! to iterate over a generator and get the return value (#6)

Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

see [the docs](https://docs.rs/gen-iter) for examples and usage.

* currently, generators are too new for docs.rs. if this is still
the case, try the [backup docs](https://bot.tinaun.net/rust/docs/gen_iter);

# License

Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
#![no_std]
#![feature(generators, generator_trait)]
// #![feature(conservative_impl_trait)]

mod gen_iter;
pub use gen_iter::*;
Expand Down

0 comments on commit b6fd587

Please sign in to comment.