]> git.lizzy.rs Git - connect-rs.git/history - Cargo.toml
refactor to have datagram already serialized in memory
[connect-rs.git] / Cargo.toml
2022-08-09 Sachandhan Ganeshrefactor to have datagram already serialized in memory main
2021-02-15 Sachandhan Ganeshremove unstable features for doc comments
2021-02-15 Sachandhan Ganeshremove unstable feature
2021-02-14 Sachandhan Ganeshimprove documentation and logging
2021-02-14 Sachandhan Ganeshfix features flag and bump version to 0.2.1
2021-02-13 Sachandhan Ganeshremove `block_on` in tcp-listener
2021-02-13 Sachandhan Ganeshmove tls into a feature and remove error dep on async...
2021-02-13 Sachandhan Ganeshremove unnecessary copies of local and peer addrs
2021-02-12 Sachandhan Ganeshremove dependency on protobuf and introduce basic custo...
2021-02-04 Sachandhan Ganeshbump version to unused 0.1.2
2021-02-04 Sachandhan Ganeshexplain protobuf choice and bump version to 0.1.0
2021-02-04 Sachandhan Ganeshdon't run build.rs if env is not dev
2021-02-04 Sachandhan Ganeshdon't run build.rs if env is dev
2021-02-04 Sachandhan Ganeshdon't re-run build.rs under any circumstances
2021-02-04 Sachandhan Ganeshbump version and stop tracking Cargo.lock
2021-02-04 Sachandhan Ganeshadd documentation prop
2021-02-04 Sachandhan Ganeshfix heading levels in the readme and bump version
2021-02-04 Sachandhan Ganeshbump version and update README.md to mirror docs
2021-02-04 Sachandhan Ganeshfix visibility and props
2021-02-04 Sachandhan Ganeshfix license
2021-02-04 Sachandhan GaneshMerge branch 'main' of github.com:sachanganesh/connect...
2021-02-04 Sachandhan Ganeshupdate crate props
2021-02-04 Sachandhan Ganeshupdate crate props
2021-02-03 Sachandhan GaneshMerge pull request #1 from sachanganesh/add-apache...
2021-02-03 Sachandhan Ganeshmove 'future goals' section into own issues
2021-02-03 Sachandhan Ganeshinclude gitignore and examples dir
2021-01-21 Sachandhan Ganeshmake async-oriented, remove block_on
2021-01-20 Sachandhan Ganeshavoid block_on as much as possible
2021-01-15 Sachandhan Ganeshremove unused crates
2021-01-15 Sachandhan Ganeshfix tls and cull warnings
2021-01-15 Sachandhan Ganeshrename stitch-net to connect