index
:
github/craftio-rs.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-01-07
fix written data len function
Joey Sacchini
2021-01-07
add max packet size as a configurable option for any CraftIo
Joey Sacchini
2021-01-04
remove some unsafe code and add max packet size (also add some debug assertions)
Joey Sacchini
2020-12-15
read_packet_in_buf fix
Joey Sacchini
2020-12-15
read untyped packets
Joey Sacchini
2020-12-15
fully-qualified generics on conn
Joey Sacchini
2020-12-15
documentation
Joey Sacchini
2020-12-07
fix compile error (mistake in last commit)
Joey Sacchini
2020-12-07
remove redundant as
Joey Sacchini
2020-12-07
gat feature flag
Joey Sacchini
2020-12-07
remove redundant cast
Joey Sacchini
2020-12-07
support generic associated types
Joey Sacchini
2020-12-03
blank line was missing
Joey Sacchini
2020-12-03
cargo fmt
Joey Sacchini
2020-12-03
make backtraces a feature flag
Joey Sacchini
2020-12-03
make compression and encryption optional features
Joey Sacchini
2020-12-03
updates based on testing with async libs
Joey Sacchini
2020-12-03
implement fixes for broken reader code
Joey Sacchini
2020-12-03
make sure we set data_len to 0 when writing in compressed mode below threshold
Joey Sacchini
2020-12-02
fix some bugs
Joey Sacchini
2020-12-02
init commit
Joey Sacchini