Skip to content

Commit

Permalink
Merge #13
Browse files Browse the repository at this point in the history
13: Add warning that deser a null is not possible r=TheNeikos a=TheNeikos



Co-authored-by: Marcel Müller <[email protected]>
  • Loading branch information
bors[bot] and TheNeikos authored Mar 21, 2023
2 parents 45da439 + 6c4b8a2 commit 824b066
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ and deserialize from your environment with `envious::from_env`!
- Ordering of arrays is highly sensitive to environment order
- No ordering is currently done, and the ordering depends on how the
operating system propagates variables
- Deserializing where a `null` in other formats is required is currently not possible
- See [#12](https://github.com/TheNeikos/envious/issues/12) for more details



Expand Down

0 comments on commit 824b066

Please sign in to comment.