0.10.1
- Made
Vector::get
generic by return type. - Added
FromLisp
andIntoLisp
implementations for most integer types, and an optional featurelossy-integer-conversion
to control their behavior. This allows them to be used in#[defun]
signatures. - Made
Env::message
takeAsRef<str>
, not just a&str
.