1 | [package] |
---|---|
2 | authors = ["Jorge Aparicio <jorge@japaric.io>", "Emil Fresk <emil.fresk@gmail.com>"] |
3 | categories = [ "no-std"] |
4 | description = "`AsSlice` and `AsMutSlice` traits" |
5 | keywords = ["conversion", "slice", "array"] |
6 | license = "MIT OR Apache-2.0" |
7 | name = "as-slice" |
8 | readme = "README.md" |
9 | repository = "https://github.com/japaric/as-slice" |
10 | version = "0.2.1" |
11 | |
12 | [dependencies] |
13 | |
14 | [dependencies.stable_deref_trait] |
15 | default-features = false |
16 | version = "1.1.1" |
17 |