Added support for links in RST files

+ Added rst_parser.rs for future RST parsing operations
+ Added tests for RST parsing
This commit is contained in:
2020-03-01 20:06:14 -06:00
parent fafad80e47
commit e88d9d3179
6 changed files with 62 additions and 6 deletions
Generated
+1
View File
@@ -330,6 +330,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
name = "jsite"
version = "0.1.0"
dependencies = [
"regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"rocket 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"rocket_contrib 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",