Skip to content

Commit

Permalink
fix(value): Newtype for Map
Browse files Browse the repository at this point in the history
This is to allow us to change the implementation in the future without
breaking people.

BREAKING CHANGE: Switched from HashMap to Map.
  • Loading branch information
epage committed Dec 5, 2018
1 parent 78f7a95 commit eab6f40
Show file tree
Hide file tree
Showing 4 changed files with 779 additions and 15 deletions.
1 change: 1 addition & 0 deletions liquid-value/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ extern crate num_traits;

mod macros;

pub mod map;
mod path;
mod scalar;
mod ser;
Expand Down

0 comments on commit eab6f40

Please sign in to comment.