• Joined on 2022-11-01
cel pushed to main at cel/luz 2024-11-29 02:11:08 +00:00
b659338906 implement sasl kinda
2dcbc9e1f4 change ensure_tls to no longer start stream
Compare 2 commits »
cel pushed to main at cel/peanuts 2024-11-29 02:10:38 +00:00
2dae043e8f add some tracing
cel pushed to main at cel/luz 2024-11-28 18:02:10 +00:00
668270429f use element builder and parse methods
880194d811 fix: use namespace_declaration_overrides
Compare 2 commits »
cel pushed to main at cel/peanuts 2024-11-28 18:01:35 +00:00
aa940a8eac create element builder and refactor api
381af38a09 automatically declare default namespaces unless overriden
Compare 2 commits »
cel pushed to main at cel/peanuts 2024-11-24 02:05:48 +00:00
87e6ff405b misc
cel pushed to main at cel/peanuts 2024-11-20 16:43:56 +00:00
c1e6f7e918 implement element writing
49c8d52f0d make namespaces optional
a3dc4e1475 WIP: write start tag of element
0175a2d365 implement write end tag
Compare 4 commits »
cel pushed to main at cel/peanuts 2024-11-19 16:27:28 +00:00
caf8b7506e implement end tag match check
c2a84072ac fix attribute namespace resolution
c8ed16a2d1 store only namespace name in qualified name, not namespace declaration
Compare 3 commits »
cel pushed to main at cel/peanuts 2024-11-11 14:51:01 +00:00
4c235b972e move Parser traits' generic outputs into associated types
e17f2d6876 add non-streaming parsers
Compare 2 commits »
cel pushed to main at cel/peanuts 2024-11-11 12:15:33 +00:00
32545d8a6a impl Stream for Reader
cel pushed to main at cel/peanuts 2024-11-10 22:29:22 +00:00
6d4832480b WIP: impl Stream for Reader
140af50536 implement reader testing
Compare 2 commits »
cel pushed to main at cel/circular 2024-11-10 14:41:37 +00:00
0a9c9ab1e2 implement BufMut for Buffer
cel created branch main in cel/circular 2024-11-10 14:39:28 +00:00
cel pushed to main at cel/circular 2024-11-10 14:39:28 +00:00
8d9566dbb8 bump version to 0.3
a3cd1707ee Merge pull request #3 from chifflier/consume-noshift01
0b80624939 Add consume_noshift (consume data without moving it)
3f4a7b6c86 bump version to 0.2
1c411e1cc1 add documentation
cel created repository cel/circular 2024-11-10 14:37:59 +00:00
cel pushed to main at cel/peanuts 2024-11-10 14:32:21 +00:00
be50ab4890 implement element reading
cel opened issue cel/macaw#3 2024-11-02 23:49:38 +00:00
custom profile css
cel opened issue cel/macaw#2 2024-11-02 23:49:10 +00:00
MIX guilds
cel opened issue cel/macaw#1 2024-11-02 23:48:52 +00:00
message webview
cel created repository cel/macaw 2024-11-02 23:48:19 +00:00
cel pushed to main at cel/peanuts 2024-11-02 22:53:09 +00:00
593cad573b fix NCName and AttValue parsers