auto_pool 0.3.3

A simple pool that returns items automatically after it's dropped
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]

## [0.3.3]https://github.com/Sild/libs_rs/compare/v0.3.2...v0.3.3 - 2026-03-31

### Other

- async-std -> smol ([#58]https://github.com/Sild/libs_rs/pull/58)
- up readme

## [0.3.2]https://github.com/Sild/libs_rs/compare/auto_pool-v0.3.1...auto_pool-v0.3.2 - 2025-03-07

### Other

- init tonlib ([#35]https://github.com/Sild/libs_rs/pull/35)

## [0.3.1]https://github.com/Sild/libs_rs/compare/auto_pool-v0.3.0...auto_pool-v0.3.1 - 2025-02-28

### Other

- move crate to root ([#30]https://github.com/Sild/libs_rs/pull/30)

## [0.3.0]https://github.com/Sild/libs_rs/compare/v0.2.0...v0.3.0 - 2025-02-15

### Other

- support pick_strategy ([#27]https://github.com/Sild/libs_rs/pull/27) ([#28]https://github.com/Sild/libs_rs/pull/28)

## [0.2.0]https://github.com/Sild/libs_rs/compare/v0.1.0...v0.2.0 - 2025-01-30

### Other

- add async interface ([#25]https://github.com/Sild/libs_rs/pull/25)

## [0.0.2]https://github.com/Sild/libs_rs/compare/auto_pool-v0.0.1...auto_pool-v0.0.2 - 2024-11-06

### Other

- expose PoolObject
- release v0.2.2 ([#22]https://github.com/Sild/libs_rs/pull/22)

## [0.0.1]https://github.com/Sild/libs_rs/releases/tag/auto_pool-v0.0.1 - 2024-11-05

### Other

- rename autoreturn-pool -> auto_pool (dashes are evil)
# Changelog