thin-vec 0.2.15

A vec that takes up less space on the stack
Documentation
# Version 0.2.15 (2025-02-19)
* Support AutoTArrays created from rust in Gecko FFI mode.
* Add extract_if.
* Add const new() support behind feature flag.
* Fix `thin_vec` macro not being hygienic when recursing
* Improve extend() performance.

# Version 0.2.14 (2025-02-19)
* Add "malloc_size_of" feature for heap size measurement support

# Version 0.2.13 (2023-12-02)

* add default-on "std" feature for no_std support
* added has_capacity method for checking if something is the empty singleton
* marked more things as `#[inline]`
* added license files
* appeased clippy

# Previous Versions

*shrug*