brundonsmith / rust_lisp

A Rust-embeddable Lisp, with support for interop with native Rust functions
234 stars 20 forks source link

Implement std::error::Error for RuntimeError #4

Closed alexmozaidze closed 2 years ago

alexmozaidze commented 2 years ago

To make it easier to use anyhow's Result, and for other error handling libs, probably