ptx-parser 0.1.2

parser for ptx files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "ptx-parser"
version = "0.1.2"
edition = "2021"
authors = ["Alex Riasanovsky"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ariasanovsky/ptx-parser"
description = "parser for ptx files"

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

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

[dependencies]
nom = { version = "7.1.3", default-features = false }