mirror of
https://github.com/EthanShoeDev/fressh.git
synced 2026-01-11 06:12:51 +00:00
27 lines
749 B
Markdown
27 lines
749 B
Markdown
## @fressh/react-native-uniffi-russh
|
|
|
|
React Native bindings (via UniFFI) for the Rust SSH library
|
|
[russh](https://github.com/Eugeny/russh).
|
|
|
|
[](https://www.npmjs.com/package/@fressh/react-native-uniffi-russh)
|
|
|
|
### Install
|
|
|
|
```bash
|
|
pnpm add @fressh/react-native-uniffi-russh
|
|
```
|
|
|
|
Peer dependencies (you manage): `react`, `react-native`.
|
|
|
|
### Usage
|
|
|
|
This package exposes a native Rust module for SSH transport. For a complete,
|
|
working integration, see the example app in this monorepo at `apps/mobile`.
|
|
|
|
### Links
|
|
|
|
- Changelog: [`CHANGELOG.md`](./CHANGELOG.md)
|
|
- Contributing: see the monorepo guide at
|
|
[`../../CONTRIBUTING.md`](../../CONTRIBUTING.md)
|
|
- License: MIT
|