Skip to content

Commit ce364df

Browse files
committed
Add FAQ question to clarify how Grace found Unfold
1 parent c5891de commit ce364df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vision/status_quo/grace_wants_to_integrate_c_api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,5 @@ of an equivalent function pointer in C, and slightly laments that Rust cannot ex
190190
execution loop were unexpected benefits when starting down the path of using Rust!
191191
* **Could Grace have used another runtime to achieve the same objectives?**
192192
* Grace can use _any_ runtime, which was an unexpected benefit of her work!
193-
193+
* **How did Grace know to use `Unfold` as the return type in the first place?**
194+
* She saw it in the [rustdoc](https://docs.rs/futures/0.3.13/futures/stream/fn.unfold.html) for `stream::unfold`.

0 commit comments

Comments
 (0)