issues
search
mneumann
/
rust-msgpack
[DEPRECATED] msgpack.org implementation for Rust language. Please use https://github.com/3Hren/msgpack-rust
121
stars
31
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Mark this library as deprecated
#59
StyMaar
opened
6 years ago
0
It doesn't compile with byteorder v1.2.1
#58
fdubois1
opened
6 years ago
1
Won't Compile with rustc 1.15.0-nightly (8f02c429a 2016-12-15)
#57
kentborg
opened
7 years ago
0
Update to stable rustc and current byteorder.
#56
zbynekwinkler
opened
8 years ago
7
Does not compile with rustc 1.7.0
#55
zbynekwinkler
opened
8 years ago
3
Fix installation instructions
#54
JanLikar
closed
7 years ago
0
msgpack-rpc
#53
anfractuosity
opened
9 years ago
5
Rust 1.0.0 for merge
#52
neonquill
closed
9 years ago
0
Build is broken against nightly
#51
achanda
closed
9 years ago
0
Rollup
#50
tamird
closed
9 years ago
1
Fix struct encoding
#49
neonquill
closed
9 years ago
0
Switch to rustc-serialize, silence some warnings
#48
erickt
closed
9 years ago
1
Clone Trait
#47
3Hren
closed
9 years ago
0
Make it compilable with rust 1.0.0-alpha.
#46
3Hren
closed
9 years ago
1
port to rust 1.0.0 alpha
#45
godfryd
opened
9 years ago
0
Value is not Decodable after the move to associated types
#44
drbawb
opened
9 years ago
4
Properly decode `None` variants
#43
drbawb
closed
9 years ago
0
Publish to crates.io
#42
passcod
closed
9 years ago
1
Nullary option variants corrupt the next element in the decoder.
#41
drbawb
closed
9 years ago
2
Structs are encoded w/ map type but are not valid msgpack maps!
#40
drbawb
opened
9 years ago
8
Rust nightly rollup (macro + serialize fn bounds)
#39
drbawb
closed
9 years ago
0
Use `FnMut` where appropriate ...
#38
drbawb
closed
9 years ago
1
Move to unboxed closures
#37
drbawb
closed
9 years ago
0
Lifetime bound must be applied to a path not a reference
#36
drbawb
closed
9 years ago
1
Add support for serializing enums
#35
erickt
closed
9 years ago
2
Let decoders work with arbitrary Readers
#34
erickt
closed
9 years ago
0
simplify travis
#33
erickt
closed
9 years ago
0
Update to compile with the latest rust nightly
#32
erickt
closed
9 years ago
0
Be agnostic on is it borrowed or owned data
#31
vhbit
closed
10 years ago
3
New range syntax
#30
vhbit
closed
10 years ago
1
Updated to Rust nightly
#29
thehydroimpulse
closed
10 years ago
1
task '<main>' failed at 'called `Option::unwrap()` on a `None` value'
#28
viperscape
closed
10 years ago
5
Modify .travis.yml to use new rustup URL.
#27
TimDumol
closed
10 years ago
1
Fixed string length decoding
#26
vhbit
closed
10 years ago
0
Fails to pack/unpack
#25
vhbit
closed
10 years ago
0
Update lib.rs
#24
derekchiang
closed
10 years ago
1
Doesn't compile with the latest rust
#23
derekchiang
closed
9 years ago
1
Add support for Enum types
#22
dorny
opened
10 years ago
3
Support rust enums
#21
dorny
opened
10 years ago
1
Travis builds failing since bbd93a7
#20
zekesonxx
closed
10 years ago
1
Build failing on serialise::Decoder trait
#19
michaeljones
closed
10 years ago
2
Tracking master + Cargo support
#18
thehydroimpulse
closed
10 years ago
2
Out of touch with master.
#17
itdaniher
closed
10 years ago
4
Automated fixes to follow Rust development
#16
Geal
closed
10 years ago
1
Fix for latest Rust
#15
derekchiang
closed
10 years ago
1
few tweaks for latest master
#14
itdaniher
closed
10 years ago
0
Add enum support.
#13
itdaniher
closed
10 years ago
3
Differentiate between [u8] and binary.
#12
mneumann
opened
10 years ago
0
Support the new spec for msgpack
#11
mneumann
opened
10 years ago
0
Improve documentation
#10
mneumann
opened
10 years ago
0
Next