Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / jamesmunns/postcard issues and pull requests

#86 - feat: add function for computing the postcard serialized size of a value.

Pull Request - State: closed - Opened by dignifiedquire almost 2 years ago - 8 comments

#85 - Q: How to decode the postcard encoded binary in std enviroment?

Issue - State: closed - Opened by yaoxin1995 almost 2 years ago - 3 comments

#84 - Question: how to explore a data dump?

Issue - State: open - Opened by madig almost 2 years ago - 1 comment

#83 - Fix typos & encoding example in wire doc

Pull Request - State: closed - Opened by raphlinus almost 2 years ago - 2 comments

#82 - Builds targeting AVR fail with an error

Issue - State: open - Opened by rihardsk almost 2 years ago - 1 comment

#81 - Display Custom Error Messages With `alloc` Feature

Pull Request - State: open - Opened by zicklag about 2 years ago - 1 comment

#80 - Display Custom Error Messages

Issue - State: open - Opened by zicklag about 2 years ago

#79 - Failing to deserialize

Issue - State: open - Opened by XBagon about 2 years ago - 1 comment

#78 - Deserealizing from a (TCP) Stream

Issue - State: closed - Opened by AntonOellerer about 2 years ago - 7 comments

#77 - Can serialize `serde_json::Value`, but can't deserialize it

Issue - State: open - Opened by jeromegn about 2 years ago - 3 comments

#75 - How to implement forward compatibility

Issue - State: open - Opened by dnaka91 about 2 years ago - 5 comments

#74 - Bump postcard-derive version

Pull Request - State: closed - Opened by benbrittain about 2 years ago - 2 comments

#73 - Fix Schema proc_macro to export through public experimental module.

Pull Request - State: closed - Opened by benbrittain about 2 years ago - 2 comments

#72 - Add a link to doc.rs documentation in README

Pull Request - State: closed - Opened by benbrittain about 2 years ago - 2 comments

#71 - How to read partially corrupted stream of messages with COBS encoding?

Issue - State: open - Opened by gauteh over 2 years ago - 2 comments

#70 - Add feed_ref to cobs_accumulator

Pull Request - State: closed - Opened by CaptainMaso over 2 years ago - 2 comments

#69 - Make fixints usable through serde field attributes instead of wrappers

Pull Request - State: closed - Opened by lachlansneff-parallel over 2 years ago - 2 comments

#68 - Consider using `type_name()` when it stabilizes

Issue - State: open - Opened by jamesmunns over 2 years ago

#67 - CobsAccumulator::feed does not allow for types with references

Issue - State: closed - Opened by CaptainMaso over 2 years ago - 2 comments
Labels: help wanted

#66 - Add function for computing the postcard serialized size of a value

Pull Request - State: closed - Opened by lachlansneff-parallel over 2 years ago - 4 comments

#65 - Documentation inaccuracy in `to_std*` functions

Issue - State: open - Opened by iFreilicht over 2 years ago - 1 comment
Labels: help wanted, good first issue

#64 - Add support for 16-bit and 8-bit architectures

Pull Request - State: closed - Opened by iFreilicht over 2 years ago - 3 comments

#63 - Question about `char` encoding

Issue - State: closed - Opened by sffc over 2 years ago - 3 comments

#62 - Optimize varint decode

Pull Request - State: closed - Opened by bugadani over 2 years ago - 2 comments

#61 - Fix version in changelog

Pull Request - State: closed - Opened by bugadani over 2 years ago - 2 comments

#60 - Optimize Varint encoding

Pull Request - State: closed - Opened by bugadani over 2 years ago - 2 comments

#59 - Add `MaybeUninit` flavor

Issue - State: open - Opened by jamesmunns over 2 years ago
Labels: v1.0.0

#58 - Clarify the non-self-describing nature of postcard

Pull Request - State: closed - Opened by huntc over 2 years ago - 2 comments

#57 - Fixint wrapper type.

Pull Request - State: closed - Opened by lachlansneff-parallel over 2 years ago - 1 comment

#56 - Feature request: Determining number of bytes needed when deserializing

Issue - State: closed - Opened by jchia over 2 years ago - 2 comments

#55 - can you influence numeric representation of enum variants?

Issue - State: closed - Opened by rpcesar over 2 years ago - 2 comments

#54 - Add a `MaxSize` trait and derive macro

Pull Request - State: closed - Opened by lachlansneff almost 3 years ago - 2 comments

#53 - Unused variable in Flavors example?

Issue - State: closed - Opened by barnabywalters almost 3 years ago - 1 comment

#52 - Add defmt optional feature

Pull Request - State: closed - Opened by jamwaffles almost 3 years ago - 1 comment

#51 - lib.rs: also add hint about no-std serde deps

Pull Request - State: closed - Opened by Lotterleben almost 3 years ago - 1 comment

#49 - to_slice functions. Documentation does not match the code.

Issue - State: closed - Opened by alex-gh almost 3 years ago - 1 comment

#48 - Document trust/safety for Postcard Deserializer

Issue - State: open - Opened by sffc about 3 years ago - 1 comment
Labels: v1.0.0

#47 - README: add hint about no-std serde deps

Pull Request - State: closed - Opened by Lotterleben about 3 years ago - 1 comment

#46 - pre-compute size of serialized data

Issue - State: closed - Opened by x37v about 3 years ago - 6 comments

#45 - question: using postcard over http or other protocol?

Issue - State: closed - Opened by gauteh about 3 years ago - 1 comment

#44 - Word aligned slices?

Issue - State: closed - Opened by huntc about 3 years ago - 2 comments

#43 - Stability of wire format

Issue - State: closed - Opened by tdaede about 3 years ago - 1 comment
Labels: v1.0.0

#42 - Change CobsAccumulator::new() into a const fn

Pull Request - State: closed - Opened by kalkyl over 3 years ago

#41 - Add CobsAccumulator struct and tests

Pull Request - State: closed - Opened by jamwaffles over 3 years ago - 3 comments

#40 - Changelog

Issue - State: closed - Opened by Diggsey over 3 years ago - 2 comments

#39 - Serialize values to separate data buffer and file-descriptor buffer

Issue - State: closed - Opened by simpsoneric over 3 years ago - 1 comment

#38 - Errors are not properly propagated

Issue - State: open - Opened by maxammann over 3 years ago - 3 comments

#37 - visibility issue with `VarintUsize`

Issue - State: closed - Opened by sassman over 3 years ago

#36 - thread 'main' has overflowed its stack

Issue - State: closed - Opened by chris31331 over 3 years ago

#35 - Updated heapless; migrated to const generics

Pull Request - State: closed - Opened by Nub over 3 years ago - 2 comments

#34 - Add a more efficient varint, as a feature?

Issue - State: closed - Opened by chris31331 over 3 years ago

#33 - Upgrade to latest version of heapless

Pull Request - State: closed - Opened by hannobraun over 3 years ago - 4 comments

#32 - Hitting unreachable code in Chrono (and other direct callers of `collect_str`)

Issue - State: closed - Opened by caemor over 3 years ago - 9 comments
Labels: v1.0.0

#31 - Bump heapless, fixing unsoundness issue

Pull Request - State: closed - Opened by nickray over 3 years ago - 1 comment

#30 - Add `heapless-cas` feature (enabled by default)

Pull Request - State: closed - Opened by daniel5151 almost 4 years ago - 1 comment

#29 - #[serde(flatten)] causes serialization to fail

Issue - State: closed - Opened by akhilles about 4 years ago - 4 comments

#28 - Add public method to return 'input' from Deserializer

Issue - State: open - Opened by scanlime about 4 years ago - 1 comment

#27 - From Read / To Write

Issue - State: open - Opened by piegamesde about 4 years ago - 3 comments
Labels: enhancement, help wanted, good first issue

#26 - Support both Big- and Little-Endianness

Issue - State: closed - Opened by ryan-summers about 4 years ago - 5 comments
Labels: v1.0.0

#25 - Update deserialize_char to match serialize_char

Pull Request - State: closed - Opened by boylede about 4 years ago

#24 - log::Level fails to deserialize

Issue - State: closed - Opened by diondokter over 4 years ago - 1 comment

#23 - Add u128/i128 support

Pull Request - State: closed - Opened by akhilles over 4 years ago - 2 comments

#22 - Add missing size prefix for serialize_bytes

Pull Request - State: closed - Opened by okready over 4 years ago - 5 comments

#21 - Serializer::serialize_bytes does not serialize the size prefix

Issue - State: closed - Opened by okready over 4 years ago

#20 - Support i128 and u128

Issue - State: closed - Opened by misalcedo over 4 years ago - 1 comment

#19 - Fix return value doc for from_bytes

Pull Request - State: closed - Opened by l4l over 4 years ago

#18 - Unused bytes with from_bytes

Issue - State: closed - Opened by l4l over 4 years ago - 3 comments
Labels: bug, help wanted, good first issue

#17 - COBS with footer PoC

Pull Request - State: open - Opened by korken89 over 4 years ago - 11 comments

#16 - Serialize/deserialize with footer?

Issue - State: open - Opened by korken89 over 4 years ago - 3 comments

#15 - Derive `Clone` for `Error`

Pull Request - State: closed - Opened by hannobraun over 4 years ago

#14 - Added a flavor for MaybeUninit

Pull Request - State: closed - Opened by korken89 over 4 years ago - 1 comment

#13 - support map

Pull Request - State: closed - Opened by xu-cheng over 4 years ago - 4 comments

#12 - mark serializer/deserializer as not human readable

Pull Request - State: closed - Opened by xu-cheng over 4 years ago

#11 - Add alloc

Pull Request - State: closed - Opened by yungkneez over 4 years ago

#10 - Remove byteorder

Pull Request - State: closed - Opened by jamesmunns almost 5 years ago

#9 - Fix tuple deserialize

Pull Request - State: closed - Opened by yungkneez almost 5 years ago - 1 comment

#8 - Tuple struct deserialization bug

Issue - State: closed - Opened by yungkneez almost 5 years ago

#7 - Remove byteorder dependency

Issue - State: closed - Opened by jamesmunns about 5 years ago - 1 comment

#6 - Improvements to serialisation with `StdVec` for `use-std` feature

Pull Request - State: closed - Opened by spacekookie about 5 years ago - 1 comment

#5 - Derive `Eq` for `Error`

Pull Request - State: closed - Opened by hannobraun about 5 years ago - 3 comments

#4 - Support using with std-enabled serde

Pull Request - State: closed - Opened by dtolnay about 5 years ago - 1 comment

#3 - Bump heapless dependency

Pull Request - State: closed - Opened by therealprof about 5 years ago - 3 comments

#1 - alloc support

Issue - State: closed - Opened by alexbuzzbee over 5 years ago - 3 comments