mirror of
https://gitee.com/openharmony/third_party_rust_nom
synced 2024-11-27 09:40:54 +00:00
12 lines
364 B
TOML
12 lines
364 B
TOML
[package]
|
|
|
|
name = "nom"
|
|
version = "0.2.1"
|
|
authors = [ "contact@geoffroycouprie.com" ]
|
|
description = "A byte oriented, zero copy, parser combinators library"
|
|
license = "MIT"
|
|
repository = "https://github.com/Geal/nom"
|
|
readme = "README.md"
|
|
documentation = "http://rust.unhandledexpression.com/nom/"
|
|
keywords = ["parser", "parser-combinators", "parsing", "streaming"]
|