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
# Feature Doc Entity

### Scope

- **Purpose**: Document what asbytes capabilities do and when to use them.
- **Responsibility**: Registry and overview of all feature doc instances.
- **In Scope**: Byte conversion feature (AsBytes and IntoBytes traits).
- **Out of Scope**: API signatures (see `api/`), behavioral contracts (see `invariant/`).

### Overview Table

| ID | Name | Purpose | Status |
|----|------|---------|--------|
| 001 | [Byte Conversion]001_byte_conversion.md | Unified byte viewing and consuming for POD types and collections ||