ptx-parser 0.1.5

parser for ptx files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.nom]
default-features = false
version = "7.1.3"

[features]
default = ["std"]
std = ["nom/std"]

[package]
authors = ["Alex Riasanovsky"]
description = "parser for ptx files"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ptx-parser"
readme = "README.md"
repository = "https://github.com/ariasanovsky/ptx-parser"
version = "0.1.5"