rust-lightning/fuzz/src
Matt Corallo 32ca8ec13e Make Readable::read a templated on the stream, not Readable itself
This makes Readable symmetric with Writeable and makes sense -
something which is Readable should be Readable for any stream which
implements std::io::Read, not only for a stream type it decides on.

This solves some lifetime-compatibility issues in trying to read()
from a LengthLimitingReader in arbitrary Readable impls.
2020-03-04 14:29:06 -05:00
..
bin Drop individual fuzz target duplicate_crash tests for file reader 2020-01-19 16:13:47 -05:00
msg_targets Make Readable::read a templated on the stream, not Readable itself 2020-03-04 14:29:06 -05:00
utils Refactor fuzzing to be a C-callable library plus rust binaries 2019-12-11 15:13:14 -05:00
chanmon_consistency.rs Add an override optional UserConfig per new outbound channel 2020-02-28 22:58:26 +00:00
chanmon_deser.rs Merge pull request #454 from TheBlueMatt/2020-01-fuzz-mega-value 2020-02-05 01:23:44 +00:00
full_stack.rs Add an override optional UserConfig per new outbound channel 2020-02-28 22:58:26 +00:00
lib.rs Refactor fuzzing to be a C-callable library plus rust binaries 2019-12-11 15:13:14 -05:00
peer_crypt.rs Drop individual fuzz target duplicate_crash tests for file reader 2020-01-19 16:13:47 -05:00
router.rs Silence new rustc warnings re: extra ()s, dyn, and unused params 2020-02-20 15:08:51 -05:00