spvirit-codec 0.3.4

PVAccess protocol encode/decode and connection state tracking.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "spvirit-codec"
version.workspace = true
edition = "2024"
description = "PVAccess protocol encode/decode and connection state tracking."
license = "BSD-3-Clause"
repository = "https://github.com/ISISNeutronMuon/spvirit"
readme = "../README.md"
keywords = ["epics", "pvaccess"]  
categories = ["science"]
authors = ["Mateusz Leputa for ISIS Neutron and Muon Source Copyright 2026"]

[dependencies]
spvirit-types.workspace = true
hex = "0.4.3"
tracing = "0.1.41"