Struct lib_resp::Parser [] [src]

pub struct Parser;

Core parser implementation.

Methods

impl Parser
[src]

[src]

Parses RESP from a byte buffer.

[src]

Parses a RESP encoded string.

Examples

let age = Parser::parse_str(":-3").unwrap();

println!("{:?}", age);

Trait Implementations

Auto Trait Implementations

impl Send for Parser

impl Sync for Parser