Crates.io | magic-wormhole |
lib.rs | magic-wormhole |
version | 0.7.3 |
source | src |
created_at | 2018-12-21 04:38:53.539406 |
updated_at | 2024-10-25 00:23:17.140952 |
description | Get things from one computer to another, safely |
homepage | http://magic-wormhole.io/ |
repository | https://github.com/magic-wormhole/magic-wormhole.rs/tree/main/cli |
max_upload_size | |
id | 103049 |
size | 1,536,530 |
Get things from one computer to another, safely.
This is a Rust port of the Python version at https://github.com/magic-wormhole/magic-wormhole.
Features that are missing:
New features that exceed the other implementations:
If you want to toy with the CLI, cargo run -- --help
will get you started. The code sits in ./cli/src
. For more instructions see cli/README.md.
If you'd like to use Wormhole in your application, cargo doc --open
will tell you how to use it. There aren't any hosted docs at the moment.
If you don't fear touching code and want to contribute, ./src/lib.rs
, ./src/transfer.rs
and ./src/transit.rs
are rather easy to get into. The protocol specification will probably be useful to you.
(feel free to add yours)
This work is licensed under the EUPL v1.2 or later. Contact the owner(s) for use in proprietary software.