Custom implementations and core utilities for frozen-lab crates.
Add following to your Cargo.toml,
[dependencies]
frozen-core = { version = "0.0.32", default-features = true }Note
Current frozen-core requires Rust 1.86 or later.
Tip
All the features are enabled by default. To disable, set default-features to false.
Important
frozen-core is primarily created for frozen-lab projects. External use is
discouraged, but not prohibited, given you assume all the risks.
This project is licensed under the Apache-2.0 and MIT License. See the LICENSE-APACHE and LICENSE-MIT file for more details.
Contributions are welcome! Please feel free to submit a PR or open an issue if you have any feedback or suggestions.
Note
frozen-core contains next to naught AI-generated code. Therefore, any catastrophic bugs or fatal crashes encountered
are results of pure & unadulterated skill issues