mirror of
https://github.com/servo/servo
synced 2026-05-02 04:17:38 +02:00
M1503 - Integrate XML parse -Initial Steps
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
pub mod html;
|
||||
pub mod xml;
|
||||
|
||||
pub trait Parser {
|
||||
fn parse_chunk(self, input: String);
|
||||
|
||||
Reference in New Issue
Block a user