alfred 1.0.1

A library for writing Alfred workflows. http://www.alfredapp.com
Documentation

alfred-rs

Build Status crates.io/crates/alfred

Rust library to help with creating Alfred 2 Workflows.

API Documentation

Installation

Add the following to your Cargo.toml file:

[dependencies]

alfred = "1.0.1"

License

Licensed under either of

Contribution

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

Version History

1.0.1

Dual-licensed under MIT and APACHE.

1.0.0

Rust 1.0 is out!

0.3.1

Remove #[unsafe_destructor], which no longer exists in the latest nightlies.

0.3.0

Switch from IntoCow<'a, str> to Into<Cow<'a, str>>. This is technically a breaking change, but it is unlikely to affect anyone.

0.2.2

Compatibility with the latest Rust nightly.

0.2.1

Compatibility with the latest Rust nightly.

0.2

Switch from std::old_io to std::io.

0.1.1

Compatibility with the Rust nightly for 2015-02-21.

0.1

Compatibility with the Rust 1.0 Alpha release.