Selaa lähdekoodia

Small READMEs for -derive and -core

Ian Goldberg 3 viikkoa sitten
vanhempi
commit
751330af81
2 muutettua tiedostoa jossa 10 lisäystä ja 0 poistoa
  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.