Consider replacing cookie_factory (and maybe nom) #139
Replies: 4 comments 7 replies
-
carried over from hackmd, original comment by @Luni-4
|
Beta Was this translation helpful? Give feedback.
-
@Geal do you have suggestions :) ? We can probably benchmark and decide if we should embrace bitstream-io or use and promote more our own bitreading/writing facility (we have one). |
Beta Was this translation helpful? Give feedback.
-
To reduce the number of dependencies of the We can structure |
Beta Was this translation helpful? Give feedback.
-
Starting from @Geal new information, we can define on this repository:
To achieve this, we can keep on using We can eventually move away our pieces of code inside What do you think @FreezyLemon @Geal @lu-zero? |
Beta Was this translation helpful? Give feedback.
-
nom works for our parsing needs, but cookie_factory (made by the same team, similar API to nom) is effectively abandoned. I think it is unlikely that this crate will receive further upstream support. On the other hand, matroska could carry the burden (for now?) and just deal with problems if and when they arise.
If a switch away from cookie_factory should ever be made, it might make sense to move to a combined (de-)serialization crate and ditch nom too.
Beta Was this translation helpful? Give feedback.
All reactions