Commit 4868954
authored
Feat: support serialization for erlang terms (#2)
* Feat: ADR for hybrid storage
* Chore: ignore the priv folder
* Chore: remove target folder from GIT
* Chore: remove priv/native folder from GIT
* Feat: implement support for arbitrary Erlang Term values
* Chore: remove checksum from GIT history
* Chore: add couple bash scripts for clean compile / tests
* Chore: remove old stuff from readmes
* Chore: group release binaries by target platform
* Chore: pull latest release from main - trigger
* Chore: try building release on PR branch
* Chore: try new release pipeline to support MUSL
* Feat: try rustler configs by example of https://github.com/leandrocp/mdex
* chore
* Feat: add .cargo/config.toml
* Feat: add support for rust in single pipeline
* Chore: adjust formatting
* Chore: fix rust formatting
* Chore: fix clippy warning
* Chore: add more checks to bin/test.sh
* Chore: add windows + apple x86
* Feat: add script to generate checksum file + ignore it for GIT1 parent d38a1c0 commit 4868954
File tree
303 files changed
+819
-3221
lines changed- .github/workflows
- @adr
- bin
- lib
- trie_hard
- native/trie_hard_native
- .cargo
- src
- target
- debug
- .fingerprint
- cfg-if-89ca2c0e78f4f129
- heck-a2d30ea35c7716d6
- inventory-3970f5651ba9d6a6
- inventory-8d4917daec8a81ea
- libloading-81be321b7e6b0ff5
- proc-macro2-8a7533f844944db4
- proc-macro2-e65d484c34dd0cd8
- proc-macro2-e8047ff5d9746339
- quote-02ed48b28a08314a
- regex-lite-57a37c84f695c0bc
- rustler-07ff47899c270e8b
- rustler-9fa661be836d0365
- rustler-fae4d30502e1db19
- rustler_codegen-4395a1f8d7b51dc1
- syn-13aecd68052ea422
- trie_hard_native-535958bba0aa8cda
- trie_hard_native-8a9a5f87b4eba239
- trie_hard_native-e838c87bd24676c4
- trie_hard_rs-fbd288d6414be989
- unicode-ident-41a0dbf24a7d77f8
- build
- proc-macro2-e65d484c34dd0cd8
- proc-macro2-e8047ff5d9746339
- rustler-9fa661be836d0365
- out
- rustler-fae4d30502e1db19
- deps
- incremental
- trie_hard_native-08dk8wqm82rgz
- s-hb6afbsvr3-1h2md4k-0fo7p339y7y0l7q6aep1pdpp7
- trie_hard_native-0flmacs7a83ek
- s-hb6al3fcx8-02d2tkz-bt89fe1odkthq7ra8mwffc3qa
- trie_hard_native-0fyup5ndy4o44
- s-hb6a9r03qe-07cpy55-1d1y984s1uxrzc7eea2jp3kr8
- release
- .fingerprint
- cfg-if-c14a0e5cc8eff6f9
- heck-3933486ec999782d
- inventory-1756744ced54e597
- inventory-b65a6819df02e5f0
- libloading-fee60e8dd9a0c51b
- proc-macro2-58517ab4ade3f93c
- proc-macro2-6e63c9f3226b39c7
- proc-macro2-f158e94d4ea0db7f
- quote-a430b4582b1d7931
- regex-lite-00513e09cd9a61cb
- rustler-10ab0c7548cf0a4a
- rustler-5ef62a5e0e1a876b
- rustler-e9980353893608fd
- rustler_codegen-42bf312236f027d7
- syn-bfa861ac31724297
- trie_again_native-f3c019462144577a
- trie_hard_native-b547cddfafb29f12
- trie_hard_rs-d6540277ceb4cff2
- unicode-ident-703a89745bdb953d
- build
- proc-macro2-6e63c9f3226b39c7
- proc-macro2-f158e94d4ea0db7f
- rustler-10ab0c7548cf0a4a
- rustler-5ef62a5e0e1a876b
- out
- deps
- priv/native
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
303 files changed
+819
-3221
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
11 | | - | |
12 | 9 | | |
| 10 | + | |
13 | 11 | | |
14 | | - | |
15 | 12 | | |
16 | | - | |
17 | 13 | | |
18 | 14 | | |
19 | | - | |
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
23 | | - | |
24 | 18 | | |
25 | 19 | | |
26 | 20 | | |
27 | 21 | | |
28 | 22 | | |
29 | | - | |
| 23 | + | |
30 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
43 | 51 | | |
44 | 52 | | |
45 | | - | |
46 | | - | |
| 53 | + | |
| 54 | + | |
47 | 55 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
54 | 61 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
61 | 67 | | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
66 | 72 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
72 | 79 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
82 | 93 | | |
83 | | - | |
84 | | - | |
85 | 94 | | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
96 | 99 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
0 commit comments