Crates.io | async-nats-flyradar |
lib.rs | async-nats-flyradar |
version | 0.39.0-flyradar.1 |
created_at | 2025-03-12 09:17:21.046466+00 |
updated_at | 2025-03-12 09:23:52.686822+00 |
description | (patched for flyradar) A async Rust NATS client |
homepage | https://github.com/furkankly/nats.rs/tree/ipc-support |
repository | https://github.com/furkankly/nats.rs/tree/ipc-support |
max_upload_size | |
id | 1589497 |
size | 1,362,615 |
This repository is a patched fork of the async-nats crate, with modifications to enable IPC communication with the Fly agent. These changes were made to address immediate needs independently of the upstream project.
The primary modifications include support for IPC communication, which isn't available in the original crate. This fork is published to crates.io under a different name to allow immediate use.
If you're looking for the original implementation, please visit the official NATS.rs repository.