dataport 0.0.0

Port abstractions for data types
Documentation
1
2
3
4
5
6
// Copyright © 2025 Stephan Kunz
#![no_std]
#![doc = include_str!("../README.md")]

#[cfg(doctest)]
doc_comment::doctest!("../README.md");