https://github.com/petabi/oinq
The inter-agent communication protocol in the REview ecosystem
https://github.com/petabi/oinq
Last synced: 6 months ago
JSON representation
The inter-agent communication protocol in the REview ecosystem
- Host: GitHub
- URL: https://github.com/petabi/oinq
- Owner: petabi
- License: apache-2.0
- Created: 2022-05-06T22:41:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T17:41:19.000Z (7 months ago)
- Last Synced: 2024-11-20T18:36:18.589Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 109 KB
- Stars: 1
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Oinq
Oinq is a crate focused on providing low-level network communication primitives
using QUIC, suitable for applications implementing RPC-like protocols. This
crate is designed to offer foundational support for efficient and secure message
and stream handling over the network.## License
Copyright 2022-2024 Petabi, Inc.
Licensed under [Apache License, Version 2.0][apache-license] (the "License");
you may not use this crate except in compliance with the License.Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See [LICENSE](LICENSE) for
the specific language governing permissions and limitations under the License.## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the [Apache-2.0
license][apache-license], shall be licensed as above, without any additional
terms or conditions.[apache-license]: http://www.apache.org/licenses/LICENSE-2.0