We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28abd67 commit 0a223c3Copy full SHA for 0a223c3
2 files changed
.github/ISSUE_TEMPLATE/v0.1.1-tracking.md
@@ -0,0 +1,14 @@
1
+# v0.1.1 — alloc/no_std polish + golden vectors
2
+
3
+## Scope
4
5
+- [ ] no_std total (lib 100% alloc; utilitários std-only ficam atrás de cfg)
6
+- [ ] Golden vectors: bytes canônicos + CIDs (regressão determinística)
7
+- [ ] Property tests (proptest): ordenação, NFC, inteiros mínimos
8
+- [ ] Erro explícito para floats (CanonicalError::FloatNotAllowed)
9
+- [ ] docs.rs metadata validado (features=["unicode"])
10
11
+## Exit criteria
12
13
+- [ ] CI matriz verde (std, alloc, alloc+unicode)
14
+- [ ] Testes reprodutíveis (fixtures) em 3 SOs
.gitignore
@@ -16,3 +16,10 @@ Thumbs.db
16
.env
17
.env.*
18
!.env.example
19
20
+# GitHub App Private Keys (protegidos na codebase)
21
+*.pem
22
+*.key
23
+!*.key.example
24
+private*.pem
25
+app*.pem
0 commit comments