Skip to content

0.12.0

Choose a tag to compare

@ubolonton ubolonton released this 04 Dec 15:19
0.12.0
  • Added Env::make_vector and Env::vector functions.
  • Added a default implementation for Transfer::type_name. This raised the minimum supported Rust version to 1.38 (for std::any::type_name()).
  • Added function to copy a Lisp string's content to a buffer Value::copy_string_contents.
  • Deprecated unwrap_or_propagate, and marked it as unsafe.