Nadrieril / dhall-rust

Maintainable configuration files, for Rust users
Other
303 stars 27 forks source link

Expose from_binary deserialization entrypoint. #238

Closed capslock closed 1 year ago

capslock commented 1 year ago

Adds a from_binary function to complement from_binary_file, which parallels how from_str complements the from_file deserialization entrypoint.

Nadrieril commented 1 year ago

LGTM, thank you for taking the time to do this!

Nadrieril commented 1 year ago

I released it in serde_dhall 0.12.1

capslock commented 1 year ago

Awesome, thank you!