rusty-tip 0.0.2

Rust library for Nanonis SPM system control via TCP
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
**Description**: High-level interface for communicating with Nanonis SPM systems.

**Implementation**: 
```rust
pub struct NanonisClient {
    stream: TcpStream,
    debug: bool,
    config: ConnectionConfig,
}
```

**Notes**: 
- Type-safe TCP interface to Nanonis with automatic reconnection
- Used by [[Controller]] for all hardware operations
- Supports signals, bias control, positioning, and automation commands