Simplify serialization a bit by removing the useless newtypes
[rust-lightning] / src / util / ser.rs
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...
2018-09-13 Matt CoralloMerge pull request #175 from TheBlueMatt/2018-09-173...
2018-09-12 Matt CoralloMerge pull request #171 from TheBlueMatt/2018-09-ser...
2018-09-12 Matt CoralloCorrect MAX_BUF_SIZE in serialization 2018-09-ser-fixes
2018-09-12 Matt CoralloFix some double-indentation in util/ser
2018-09-12 Matt CoralloMerge pull request #167 from TheBlueMatt/2018-09-dup...
2018-09-12 Matt CoralloMerge pull request #170 from TheBlueMatt/2018-09-119...
2018-09-12 Yuntai KyongImplement Writer/Reader