dataport 0.1.0

Port abstractions for data types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# dataport
SysML v2 like thread-safe port abstractions, distinguishing between in (reader), inout (reader/writer) and out (writer) ports.
</br>
It also provides a set of macros to help with creation of ports and port lists.
</br>
It supports both `std` and `no_std` environments (`requires alloc`).

## License

Licensed with the fair use "NGMC" license, see [license file](https://codeberg.org/dibbots/behaviortree/src/branch/main/LICENSE)

## Contribution

Any contribution intentionally submitted for inclusion in the work by you,
shall be licensed with the same "NGMC" license, without any additional terms or conditions.