rest_parser 0.1.7

Parse VSCode `.rest` files and Jetbrains `.http` files
Documentation
1
2
3
4
5
6
7
8
pub mod lexer;
pub mod parser;
pub mod format;
pub mod headers;
pub mod template;

pub use format::RestFormat;
pub use parser::{RestRequest, RestVariables, RestFlavor, Body};