sframe 1.2.0

pure rust implementation of SFrame (RFC 9605)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[licenses]
allow = ["MIT", "Apache-2.0", "OpenSSL", "ISC"]
private = { ignore = true }

[[licenses.exceptions]]
name = "unicode-ident"
allow = ["Unicode-3.0"]

[[licenses.exceptions]]
name = "subtle"
allow = ["BSD-3-Clause"]

[[licenses.clarify]]
name = "ring"
expression = "MIT AND ISC AND OpenSSL"
license-files = [
    { path = "LICENSE", hash = 0xbd0eed23 }
]