quininer

Results 189 comments of quininer

I thought about adding an offset, but most it's not needed and it would increase the size of error type. for this PR, I intentionally optimized the size of error...

The `BytesSequence` based `decode_stack_cow` enables short strings called via `from_reader` to be allocated on stack, but it is slower for `from_slice`. ``` serde_cbor-de time: [708.60 ns 714.74 ns 722.99 ns]...

I realize that for such use cases, we don't need to use traits, just use separate functions.

This looks good and I kind of like the design. maybe the `*Start` type from `enc.rs` can be integrated as well?

@vmx I haven't figured out what it should look like yet, feel free to open a PR if you have a good idea. :D

I am not interested in this feature, you can use `Value` to construct it manually. I prefer to use the `core::types` construct, which will have less overhead. But if someone...

Of course, how do you hope to collaborate?

There are two missing things in ciborium that prompted me to develop this crate 1. ciborium has not exposed the `Serializer` api for a long time 2. ciborium does not...

I'm not sure how easy this is. when I tried to make ciborium support zero copy decode, I realized that it needed to be changed quite a bit. considering communication...

@Dzordzu I don't think git package **must** follow tag version, if you want, you can use [community package](https://www.archlinux.org/packages/community/x86_64/alacritty/).