File: debcargo.toml

package info (click to toggle)
rust-rxml 0.13.1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 800 kB
  • sloc: makefile: 2
file content (19 lines) | stat: -rw-r--r-- 626 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
overlay = "."
uploaders = ["Federico Ceratto <federico@debian.org>", "Martin <debacle@debian.org>"]
collapse_features = true
summary = "Restricted, minimalistic XML 1.0 parser"
description = """
Features (some call them restrictions)
 - No external resources
 - No custom entities
 - No DTD whatsoever
 - No processing instructions
 - No comments
 - UTF-8 only
 - Namespacing-well-formedness enforced
 - XML 1.0 only
 - Streamed parsing (parser emits a subset of SAX events)
 - Streamed encoding
 - Parser can be driven push- and pull-based
 - Tokio-based asynchronicity supported via the async feature and [AsyncReader].
"""