Initial commit

This commit is contained in:
2026-07-15 00:17:48 -06:00
commit 23ee571b26
43 changed files with 15941 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
//! Sample Private Crate.
#![no_std]
#![cfg_attr(docsrs, feature(doc_cfg))]
// #[cfg_attr(docsrs, doc(cfg(feature = "std")))]