opc_ae_bindings 0.3.0

OPC Alarms & Event bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# OPC Alarms & Event Bindings


Please see docs on [docs.rs](https://docs.rs/opc_ae_bindings/).

## Example


```rust
// TODO
```

## Rebuild metadata


Open **Developer Powershell for VS2022**.

```batch
cd .metadata
dotnet build
```