Skip to content

Commit

Permalink
Export HTML and HTTP to be usable on their own
Browse files Browse the repository at this point in the history
Fixes #1
  • Loading branch information
pedrocr authored and orottier committed Apr 22, 2019
1 parent 2a509ce commit 0a15926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ mod opengraph;
mod parser;
mod schema_org;

use http::HTTP;
use html::HTML;
pub use http::HTTP;
pub use html::HTML;

use std::io;
use std::str;
Expand Down

0 comments on commit 0a15926

Please sign in to comment.