# Codebiber This crate is an rust library for metaprogramming. It allows mixing autogenerated code into handwritten code. It is heavily inspired by Ned Batchelder's [cog](https://web.archive.org/web/20231108050858/https://nedbatchelder.com/code/cog/) application. ## Disclaimer This work is provided on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND. It is an experimental library and has an experimental API, behavior and implementation and no longterm plans. Use at own risk. ## Changelog ### v0.0.1 - Minumum supported rust version is now 1.63 (for regular builds, not dev builds) 05ed194ddaa2127b671c0345cfdf8e4330419242 - Not using unstable features anymore 0341b2d033173a4f7d6e084ae14bd36f623db9d5