| Crates.io | distant-core |
| lib.rs | distant-core |
| version | 0.20.0 |
| created_at | 2021-09-06 01:37:36.699618+00 |
| updated_at | 2023-07-15 01:39:43.260245+00 |
| description | Core library for distant, enabling operation on a remote computer through file and process manipulation |
| homepage | https://github.com/chipsenkbeil/distant |
| repository | https://github.com/chipsenkbeil/distant |
| max_upload_size | |
| id | 447364 |
| size | 215,810 |
The distant-core library supplies the client and server interfaces along with
a client implementation for distant. The library exposes an API that downstream
libraries such as distant-local and distant-ssh2 can implement to provide a
distant-compatible interface.
You can import the dependency by adding the following to your Cargo.toml:
[dependencies]
distant-core = "0.20"
This project is licensed under either of
Apache License, Version 2.0, (LICENSE-APACHE or apache-license) MIT license (LICENSE-MIT or mit-license) at your option.