lc_framework_src/lib.rs
1//! [![CI Status]][workflow] [![MSRV]][repo] [![Latest Version]][crates.io]
2//! [![Rust Doc Crate]][docs.rs] [![Rust Doc Main]][docs]
3//!
4//! [CI Status]: https://img.shields.io/github/actions/workflow/status/juntyr/lc-framework-rs/ci.yml?branch=main
5//! [workflow]: https://github.com/juntyr/lc-framework-rs/actions/workflows/ci.yml?query=branch%3Amain
6//!
7//! [MSRV]: https://img.shields.io/badge/MSRV-1.85.0-blue
8//! [repo]: https://github.com/juntyr/lc-framework-rs
9//!
10//! [Latest Version]: https://img.shields.io/crates/v/lc-framework-src
11//! [crates.io]: https://crates.io/crates/lc-framework-src
12//!
13//! [Rust Doc Crate]: https://img.shields.io/docsrs/lc-framework-src
14//! [docs.rs]: https://docs.rs/lc-framework-src/
15//!
16//! [Rust Doc Main]: https://img.shields.io/badge/docs-main-blue
17//! [docs]: https://juntyr.github.io/lc-framework-rs/lc_framework_src
18//!
19//! # lc-framework-src
20//!
21//! Source files for the [LC] compression framework.
22//!
23//! [LC]: https://github.com/burtscher/LC-framework