rustyclip 0.1.5

🦀 RustyClip: A simple clipboard history manager for macOS/Linux
Documentation
1
2
3
4
5
6
7
8
//! Library for rustyclip.
//
// This crate is primarily a binary, but this minimal library allows docs.rs to build documentation.

/// Returns the version of the rustyclip application.
pub fn version() -> &'static str {
    env!("CARGO_PKG_VERSION")
}