1
- <h1 >
2
- <picture >
3
- <source type="image/webp" media="(prefers-color-scheme: dark)" srcset="https://github.com/facet-rs/facet/raw/main/static/logo-v2/facet-b-dark.webp">
4
- <source type="image/png" media="(prefers-color-scheme: dark)" srcset="https://github.com/facet-rs/facet/raw/main/static/logo-v2/facet-b-dark.png">
5
- <source type="image/webp" srcset="https://github.com/facet-rs/facet/raw/main/static/logo-v2/facet-b-light.webp">
6
- <img src="https://github.com/facet-rs/facet/raw/main/static/logo-v2/facet-b-light.png" height="35" alt="Facet logo - a reflection library for Rust">
7
- </picture >
8
- </h1 >
1
+ # facet-deserialize
9
2
10
- [ ![ Coverage Status] ( https://coveralls.io/repos/github/facet-rs/facet/badge.svg?branch=main )] ( https://coveralls.io/github/facet-rs/facet?branch=main )
3
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/facet-rs/facet-deserialize /badge.svg?branch=main )] ( https://coveralls.io/github/facet-rs/facet?branch=main )
11
4
[ ![ crates.io] ( https://img.shields.io/crates/v/facet-deserialize.svg )] ( https://crates.io/crates/facet-deserialize )
12
5
[ ![ documentation] ( https://docs.rs/facet-deserialize/badge.svg )] ( https://docs.rs/facet-deserialize )
13
6
[ ![ MIT/Apache-2.0 licensed] ( https://img.shields.io/crates/l/facet-deserialize.svg )] ( ./LICENSE )
14
7
[ ![ Discord] ( https://img.shields.io/discord/1379550208551026748?logo=discord&label=discord )] ( https://discord.gg/JhD7CwCJ8F )
15
8
16
- _ Logo by [ Misiasart] ( https://misiasart.com/ ) _
9
+ # facet-deserialize
10
+
11
+ An event-based approach to facet-deserialize
17
12
18
- Thanks to all individual and corporate sponsors, without whom this work could not exist:
13
+ ## Sponsors
19
14
20
- <p > <a href =" https://ko-fi.com/fasterthanlime " >
21
- <picture >
22
- <source media =" (prefers-color-scheme: dark) " srcset =" https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/kofi-dark.svg " >
23
- <img src =" https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/kofi-light.svg " height =" 40 " alt =" Ko-fi " >
24
- </picture >
25
- </a > <a href =" https://github.com/sponsors/fasterthanlime " >
15
+ Thanks to all individual sponsors:
16
+
17
+ <p > <a href =" https://github.com/sponsors/fasterthanlime " >
26
18
<picture >
27
19
<source media =" (prefers-color-scheme: dark) " srcset =" https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/github-dark.svg " >
28
20
<img src =" https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/github-light.svg " height =" 40 " alt =" GitHub Sponsors " >
29
21
</picture >
30
22
</a > <a href =" https://patreon.com/fasterthanlime " >
23
+ <picture >
24
+ <source media =" (prefers-color-scheme: dark) " srcset =" https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/patreon-dark.svg " >
25
+ <img src =" https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/patreon-light.svg " height =" 40 " alt =" Patreon " >
26
+ </picture >
27
+ </a > </p >
28
+
29
+ ...along with corporate sponsors:
30
+
31
+ <p > <a href =" https://aws.amazon.com " >
31
32
<picture >
32
- <source media =" (prefers-color-scheme: dark) " srcset =" https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/patreon -dark.svg " >
33
- <img src =" https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/patreon -light.svg " height =" 40 " alt =" Patreon " >
33
+ <source media =" (prefers-color-scheme: dark) " srcset =" https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/aws -dark.svg " >
34
+ <img src =" https://github.com/facet-rs/facet/raw/main/static/sponsors-v3/aws -light.svg " height =" 40 " alt =" AWS " >
34
35
</picture >
35
36
</a > <a href =" https://zed.dev " >
36
37
<picture >
@@ -44,9 +45,11 @@ Thanks to all individual and corporate sponsors, without whom this work could no
44
45
</picture >
45
46
</a > </p >
46
47
47
- # facet-deserialize
48
+ ...without whom this work could not exist.
48
49
49
- An event-based approach to facet-deserialize
50
+ ## Special thanks
51
+
52
+ The facet logo was drawn by [ Misiasart] ( https://misiasart.com/ ) .
50
53
51
54
## License
52
55
0 commit comments