Просмотр исходного кода

Small READMEs for -derive and -core

Ian Goldberg 3 недель назад
Родитель
Сommit
751330af81
2 измененных файлов с 10 добавлено и 0 удалено
  1. 5 0
      cmz-core/README.md
  2. 5 0
      cmz-derive/README.md

+ 5 - 0
cmz-core/README.md

@@ -0,0 +1,5 @@
+`cmz-core` by Ian Goldberg, iang@uwaterloo.ca  
+Version 0.1.0-rc1, 2025-09-16
+
+This crate provides the core functionality for the macros in the
+[`cmz`](https://crates.io/crates/cmz) crate.

+ 5 - 0
cmz-derive/README.md

@@ -0,0 +1,5 @@
+`cmz-derive` by Ian Goldberg, iang@uwaterloo.ca  
+Version 0.1.0-rc1, 2025-09-16
+
+This crate provides the derive macros for the
+[`cmz`](https://crates.io/crates/cmz) crate.