issues
search
JustPretender
/
fastboot
A simple library that implements Android Fastboot protocol.
MIT License
7
stars
5
forks
source link
Restructure and document the Fastboot trait
#1
Closed
JustPretender
closed
6 years ago
JustPretender
commented
6 years ago
Restrict the trait to types which implement Read,Write and Sized;
Provide default implementation of trait methods;
Provide simple documentation.