File: main.rs

package info (click to toggle)
rust-xmlparser 0.13.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 252 kB
  • sloc: makefile: 4
file content (13 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
extern crate xmlparser as xml;

#[macro_use]
mod token;

mod api;
mod cdata;
mod comments;
mod doctype;
mod document;
mod elements;
mod pi;
mod text;