Skip to content

0.10.1

Compare
Choose a tag to compare
@ubolonton ubolonton released this 05 Aug 01:12
· 198 commits to master since this release
0.10.1
  • Made Vector::get generic by return type.
  • Added FromLisp and IntoLisp implementations for most integer types, and an optional feature lossy-integer-conversion to control their behavior. This allows them to be used in #[defun] signatures.
  • Made Env::message take AsRef<str>, not just a &str.