GitXplorerGitXplorer
t

valuable-futures

public
1 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
2122f35c8d46e8727c9384bf09816e1b5974fa5e

Merge pull request #1 from canndrew/doc-fix

ttailhook committed 7 years ago
Unverified
a091095b9a2650cbdff650a79830637a4ef43bea

Fix link in README

ccanndrew committed 7 years ago
Unverified
034d100edb589be324f1a69b5941165530b32e29

Version bumped to v0.1.1

ttailhook committed 7 years ago
Unverified
e4d87769575e83c4d4c26fc3e25ca08683df8147

Adds `inline` markers

ttailhook committed 7 years ago
Unverified
77983022f360923f9c6ecb567fa6bd8adb7894ce

Adds docstrings

ttailhook committed 7 years ago
Unverified
97f249e22891e21c369cb6b0c587ce5bc8051d30

Few primarily doc fixes in Cargo.toml

ttailhook committed 7 years ago

README

The README file for this repository.

====================== Valuable-futures crate

:Status: Alpha :Documentation: http://docs.rs/valuable_futures/

A library that allows writing futures_ having a by-value state (or type-safe futures inspired by #458 <https://github.com/alexcrichton/futures-rs/issues/458>_). This is very useful for implemention futures as state machines or enums.

.. _futures: https://docs.rs/futures/

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.