io-buffer 1.0.6

A buffer abstracted for disk and network IO, with static lifetime. Unify Vec and *libc::c_void into one type, with smallest mem footprint.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Added

### Removed

### Changed

### Fixed

## [1.0.6] 2026-01-20

## Fixed

- Fix the doc for copy_from & safe_copy

## [1.0.5] 2025-12-21

## Changed

- Use NonNull to make Option<Buffer> smaller

## [1.0.4] 2025-12-10

### Added

- Add aligned by (which specified alignment)

## [1.0.3] 2025-06-28

### Changed

- Buffer: Change alloc() size argument type to i32

- Remove dependency of captains-log to prevent cycle dep.

## [1.0.2] 2025-06-28

### Fixed

- Fix typo