parse

Function parse 

Source
pub fn parse(buffer: &[u8]) -> Result<Terminfo<'_>, Error>
Expand description

Parse terminfo database from the supplied buffer

Returns Terminfo instance with data populated from the buffer.