Function lexpr::from_reader

source ·
pub fn from_reader(rdr: impl Read) -> Result<Value>
Expand description

Parse a value from an IO stream of S-expressions, using the default parser options.

See from_reader_custom for more information.