sparklers 0.1.0

Safe, ergonomic Rust bindings to the Sparkle application update framework for macOS
1
2
3
4
5
6
7
8
// mod commands;
mod error;
mod events;
mod sparkle;

pub use error::{Error, Result};
pub use events::Event;
pub use sparkle::{Sparkle, SparkleConfig};