Merge pull request #386 from TheBlueMatt/2019-10-useless-lints
[rust-lightning] / src / util / ser_macros.rs
2018-10-27 Matt CoralloMerge pull request #223 from TheBlueMatt/2018-10-chanma...
2018-10-27 Matt CoralloImplement and document Channel/ChannelManager (de)seria...
2018-10-27 Matt CoralloAdd a second Readable trait for state args, clean macro...
2018-09-18 Matt CoralloMerge pull request #186 from TheBlueMatt/2018-09-ser...
2018-09-18 Matt CoralloMerge pull request #185 from TheBlueMatt/2018-09-ser...
2018-09-16 Matt CoralloMake Writeable::write typed instead of Writeable
2018-09-16 Matt CoralloStop checking size > 64KB in serialization
2018-09-16 Matt CoralloAdd size_hint in ser and call size_hint in all message...
2018-09-16 Matt CoralloSimplify serialization a bit by removing the useless...
2018-09-16 Matt CoralloExpose (de)serialziers as we'll need them and I don...