1 | [package] |
2 | name = "scoped-tls-hkt" |
3 | edition = "2018" |
4 | version = "0.1.4" |
5 | authors = ["Diggory Blake <diggsey@googlemail.com>" ] |
6 | license = "MIT/Apache-2.0" |
7 | readme = "README.md" |
8 | repository = "https://github.com/Diggsey/scoped-tls-hkt" |
9 | homepage = "https://github.com/Diggsey/scoped-tls-hkt" |
10 | documentation = "https://docs.rs/scoped-tls-hkt" |
11 | description = "" " |
12 | A more flexible version of `scoped-tls`, allowing the following additional |
13 | features: |
14 | |
15 | - Storage of references to dynamically sized types. |
16 | - Storage of mutable references. |
17 | - Storage of types containing unbound lifetime parameters (higher-kinded types). |
18 | - Some combination of the above. |
19 | " "" |
20 | |