Skip to content

Commit

Permalink
Add 'Container' variants. Relax 'static on 'Storage'.
Browse files Browse the repository at this point in the history
Resolves #3.
  • Loading branch information
SergioBenitez committed Feb 25, 2021
1 parent 7531805 commit 7576652
Show file tree
Hide file tree
Showing 7 changed files with 537 additions and 218 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ const_fn = [] # here for backwards compatibility in 0.4.x only
[dependencies]
lazy_static = { version = "1", optional = true }

[dev-dependencies]
static_assertions = "1.1.0"

[profile.release]
opt-level = 3
lto = true
Expand Down

0 comments on commit 7576652

Please sign in to comment.