rtlp-lib 0.3.0

This create provide structures to parse PCI TLPs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rtlp-lib"
version = "0.3.0"
edition = "2024"
authors = ["Maciej Grochowski <maciej.grochowski@pm.me>"]
license = "BSD-3-Clause"
description = "This create provide structures to parse PCI TLPs"
repository = "https://github.com/gotoco/rust_tlplib"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bitfield = "0.14.0"