Crates.io | share-clipboard-rs |
lib.rs | share-clipboard-rs |
version | |
source | src |
created_at | 2025-05-06 01:41:52.905973+00 |
updated_at | 2025-05-14 09:37:29.623059+00 |
description | A lightweight, cross-platform utility written in Rust to seamlessly share your clipboard content across multiple devices on your local network. |
homepage | |
repository | |
max_upload_size | |
id | 1661784 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A lightweight, cross-platform utility written in Rust to seamlessly share your clipboard content across multiple devices on your local network.
This project is heavily inspired by the original share-clipboard created by coralw.
A primary goal of share-clipboard-rs
is to maintain protocol compatibility with the original implementation. This means you should be able to use share-clipboard-rs
instances alongside clients or servers based on the original share-clipboard
project, allowing for interoperability within the same network.
This version was created to leverage the benefits of Rust, including:
share-clipboard
ecosystem.Download the latest pre-compiled binary for your operating system from the Releases page.
If you have the Rust toolchain installed (rustup
), you can install directly from Crates.io (if published):
cargo install share-clipboard-rs
Or, you can build from source:
git clone https://github.com/hackerzgz/share-clipboard-rs.git
cd share-clipboard-rs
cargo build --release
The executable will be located at target/release/share-clipboard-rs
.