]> Witch of Git - ess/commit
Make it possible to take ownership of the strings in a Sexp
authorCaleb Jones <code@calebjones.net>
Wed, 28 Dec 2016 19:10:55 +0000 (14:10 -0500)
committerCaleb Jones <code@calebjones.net>
Wed, 28 Dec 2016 19:10:55 +0000 (14:10 -0500)
commit8f997228baca69d4209d6f79756de65051b339d4
tree234bc9ff4987891bb71336226874d2d0dfdb31bc
parentcee2084c418de668a96c5853e7f172c47c8585e9
Make it possible to take ownership of the strings in a Sexp

This lets you extend the lifetime, which is useful for things like
producing error types that contain an Sexp and so on.
Cargo.toml
src/lib.rs