putty_core 0.1.0

Core connection, profile storage, and transport logic for putty-rs
Documentation
1
2
3
4
5
6
7
8
9
# putty_core

`putty_core` is the internal core library used by `putty-rs`.

It contains:

- transport implementations for serial and SSH connections
- connection management
- profile storage and keyring integration