[][src]Function lexpr::from_reader

pub fn from_reader(rdr: impl Read) -> Result<Value>

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

See from_reader_custom for more information.