https://github.com/qu1x/in-situ
In Situ Endian-independent Bytes Access
https://github.com/qu1x/in-situ
bytes-access endian-independent in-situ parsing zero-copy
Last synced: 18 days ago
JSON representation
In Situ Endian-independent Bytes Access
- Host: GitHub
- URL: https://github.com/qu1x/in-situ
- Owner: qu1x
- License: apache-2.0
- Created: 2018-05-01T15:22:14.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-11-29T08:38:27.000Z (7 months ago)
- Last Synced: 2025-12-01T12:16:52.804Z (7 months ago)
- Topics: bytes-access, endian-independent, in-situ, parsing, zero-copy
- Language: Rust
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# in-situ
[![Build][]](https://github.com/qu1x/in-situ/actions/workflows/build.yml)
[![Documentation][]](https://docs.rs/in-situ)
[![Downloads][]](https://crates.io/crates/in-situ)
[![Version][]](https://crates.io/crates/in-situ)
[![Rust][]](https://www.rust-lang.org)
[![License][]](https://opensource.org/licenses)
[Build]: https://github.com/qu1x/in-situ/actions/workflows/build.yml/badge.svg
[Documentation]: https://docs.rs/in-situ/badge.svg
[Downloads]: https://img.shields.io/crates/d/in-situ.svg
[Version]: https://img.shields.io/crates/v/in-situ.svg
[Rust]: https://img.shields.io/badge/rust-v1.85.0-brightgreen.svg
[License]: https://img.shields.io/badge/License-MIT%2FApache--2.0-blue.svg
In Situ Endian-iIndependent Bytes Access
## Feature Gates
* `bytes`: For abstracting `Bytes` and `BytesMut` as well.
* `bstr`: For complementing `InSitu::utf8()` with `InSitu::bstr()`.
## License
This work is dual-licensed under either [`MIT`] or [`Apache-2.0`] at your option.
[`MIT`]: LICENSE-MIT
[`Apache-2.0`]: LICENSE-APACHE
## 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, shall be dual-licensed as above, without any
additional terms or conditions.