asbytes 0.3.0

Traits for viewing data as byte slices or consuming data into byte vectors. Relies on bytemuck for POD safety.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# API Doc Entity

### Scope

- **Purpose**: Document the public API surface — type signatures, method contracts, behavior.
- **Responsibility**: Registry and overview of all API doc instances.
- **In Scope**: `AsBytes` trait and `IntoBytes` trait with all implementations.
- **Out of Scope**: Behavioral invariants (see `invariant/`), feature guides (see `feature/`).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [AsBytes Trait]001_as_bytes_trait.md | Borrow data as a byte slice without consuming ||
| 002 | [IntoBytes Trait]002_into_bytes_trait.md | Consume data into an owned byte vector ||