Closed capslock closed 1 year ago
Adds a from_binary function to complement from_binary_file, which parallels how from_str complements the from_file deserialization entrypoint.
from_binary
from_binary_file
from_str
from_file
LGTM, thank you for taking the time to do this!
I released it in serde_dhall 0.12.1
Awesome, thank you!
Adds a
from_binary
function to complementfrom_binary_file
, which parallels howfrom_str
complements thefrom_file
deserialization entrypoint.