issues
search
jamesmunns
/
postcard
A no_std + serde compatible message library for Rust
Apache License 2.0
929
stars
88
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Feature gate some tests
#184
Manishearth
closed
1 day ago
1
`#[postcard(crate = ...)]` analogous to `#[serde(crate = "...")]`
#183
max-heller
opened
6 days ago
0
postcard-schema: inconsistent schema names for `[T]` and `[T; N]`
#182
max-heller
opened
1 week ago
1
postcard-schema: `nalgebra` schema is incorrect
#181
jamesmunns
opened
1 week ago
2
Feature request: MinSize
#180
elpiel
opened
2 weeks ago
3
MaxSize as a const fn
#179
jamesmunns
opened
3 weeks ago
1
Merge in postcard dyn
#178
jamesmunns
closed
3 weeks ago
1
Fix typo
#177
rockboynton
closed
4 weeks ago
2
Introduce `postcard-schema` crate
#176
jamesmunns
closed
1 month ago
1
Implement Schema for nalgebra matrix type
#175
avsaase
closed
3 weeks ago
3
Add support for skipped fields
#174
dns2utf8
opened
2 months ago
3
Corrected invalid link in `Serializer` docs
#173
TylerBloom
closed
2 months ago
1
impl `Schema` for `NamedType` et. al
#172
jamesmunns
closed
1 month ago
5
chore: pin exact version of `heapless`
#171
kaffarell
closed
1 month ago
3
Implement a version of Schema types that are owned
#170
jamesmunns
closed
1 month ago
3
Update to edition 2021 (and clippy fixes)
#169
barafael
opened
2 months ago
3
Check that target supports atomic pointer operations before defining max size for Arc
#168
sjudson
closed
3 months ago
5
Added Dependency on Arc
#167
sjudson
closed
3 months ago
3
Somethings odd with the import path
#166
jamesmunns
closed
3 months ago
6
Un-revert heapless change
#165
jamesmunns
opened
3 months ago
1
revert 'Update heapless (#115)'
#164
Manishearth
closed
3 months ago
2
The returned data does not match expectations
#163
xiaguangbo
closed
3 months ago
2
Support dynamic buffer allocation for `from_io`
#162
surban
opened
4 months ago
0
Can't create IOReader
#161
giacomocaironi
opened
4 months ago
2
Optionally implement `Schema` for `uuid::Uuid`
#160
zeenix
closed
1 day ago
10
Feature request: partial backwards compatibility
#159
tomhampshire
opened
4 months ago
1
Postcard 1.0.8 pulls in `embedded-io` with the `alloc` feature
#158
robertbastian
closed
3 months ago
14
Do not discard error messages when using std
#157
HalfVoxel
opened
5 months ago
1
Schema should be derived for map-like types
#156
jamesmunns
closed
1 month ago
1
Remove unnecessary lifetime from CRC digest in deserializer
#155
MathiasKoch
closed
6 months ago
2
Add #[postcard(bound = "...")] attribute for derive(Schema)
#154
ia0
opened
6 months ago
1
derive(Schema) introduces incorrect bounds instead of doing perfect derive
#153
ia0
opened
6 months ago
2
Fix documentation lints
#152
ia0
closed
6 months ago
5
Relayout the repo
#151
jamesmunns
closed
6 months ago
3
Fix clippy lints
#150
ia0
closed
6 months ago
1
Fix formatting
#149
ia0
closed
6 months ago
1
Add basic continuous integration script
#148
ia0
closed
6 months ago
1
schema: How to support niches like "byte array"?
#147
jamesmunns
opened
6 months ago
3
Use well-known docsrs cfg for docs.rs
#146
ia0
closed
6 months ago
1
Fix compilation with alloc and experimental-derive
#145
ia0
closed
6 months ago
1
This repository doesn't seem to have continuous integration
#144
ia0
closed
6 months ago
3
Textual representation of the wire format of a type (recursively)
#143
ia0
opened
6 months ago
6
Fix schema implementation for slice references
#142
ia0
closed
6 months ago
1
Deserializing a Map fails with `DeserializeUnexpectedEnd`
#141
jounathaen
closed
3 months ago
4
How should the size of `from_io`'s "sliding buffer" be chosen?
#140
smoelius
opened
7 months ago
4
Typo in `from_io` comment
#139
smoelius
closed
7 months ago
1
Define MaxSize for Arc and Rc
#137
carlsverre
closed
7 months ago
3
Fix Vec pre-alloc panic
#136
isikkema
closed
7 months ago
1
Deserializing corrupt bytes to Vec panics on low-memory devices
#135
isikkema
opened
7 months ago
2
Fix #89: `#[derive(Schema)]` for `StructVariant`s
#134
barafael
closed
6 months ago
5
Next