rtlp-lib 0.3.1

Rust library for parsing PCI Express Transaction Layer Packets (TLPs)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rtlp-lib"
version = "0.3.1"
edition = "2024"
rust-version = "1.85"
authors = ["Maciej Grochowski <maciej.grochowski@pm.me>"]
license = "BSD-3-Clause"
description = "Rust library for parsing PCI Express Transaction Layer Packets (TLPs)"
repository = "https://github.com/mmpg-x86/rust_tlplib"
documentation = "https://docs.rs/rtlp-lib"
readme = "README.md"
keywords = ["pcie", "tlp", "pci-express", "parser", "hardware"]
categories = ["hardware-support", "parser-implementations"]

[dependencies]
bitfield = "0.14.0"