@@ -215,7 +215,7 @@ The top-level crate that acts as hub to all functionality provided by the `gix-*
215215 * [x] handle 'old' form for reading and detect old form
216216 * [x] list
217217 * [ ] edit
218- * [ ] API documentation
218+ * [x ] API documentation
219219 * [ ] Some examples
220220
221221### gix-actor
@@ -228,7 +228,7 @@ The top-level crate that acts as hub to all functionality provided by the `gix-*
228228* types to represent hash digests to identify git objects.
229229* used to abstract over different kinds of hashes, like SHA1 and the upcoming SHA256
230230* [x] API documentation
231- * [ ] Some examples
231+ * [x ] Some examples
232232
233233### gix-chunk
234234* [x] decode the chunk file table of contents and provide convenient API
@@ -267,7 +267,7 @@ The top-level crate that acts as hub to all functionality provided by the `gix-*
267267* [x] edit trees efficiently and write changes back
268268 - [ ] See if ` gix-fs::InternedMap ` improves performance.
269269* [x] API documentation
270- * [ ] Some examples
270+ * [x ] Some examples
271271
272272### gix-pack
273273* ** packs**
@@ -311,7 +311,7 @@ The top-level crate that acts as hub to all functionality provided by the `gix-*
311311 * [ ] [ special handling for networked packs] ( https://github.com/git/git/blob/89b43f80a514aee58b662ad606e6352e03eaeee4/packfile.c#L949:L949 )
312312 * [ ] [ detect and retry packed object reading] ( https://github.com/git/git/blob/89b43f80a514aee58b662ad606e6352e03eaeee4/packfile.c#L1268:L1268 )
313313* [x] API documentation
314- * [ ] Some examples
314+ * [x ] Some examples
315315
316316### gix-odb
317317* ** loose object store**
@@ -346,7 +346,7 @@ The top-level crate that acts as hub to all functionality provided by the `gix-*
346346 * [ ] support multiple promisor remotes and ` extensions.partialClone `
347347 * [ ] make object lookups, maintenance and connectivity checks promisor-aware
348348* [x] API documentation
349- * [ ] Some examples
349+ * [x ] Some examples
350350
351351### gix-diff
352352
@@ -461,7 +461,7 @@ A utility crate with types and functionality related to shallow-file handling.
461461* [x] username expansion for ssh and git urls
462462* [x] convert URL to string
463463* [x] API documentation
464- * [ ] Some examples
464+ * [x ] Some examples
465465
466466### gix-packetline
467467* [ PKT-Line] ( https://github.com/git/git/blob/master/Documentation/technical/protocol-common.txt#L52:L52 )
@@ -474,7 +474,7 @@ A utility crate with types and functionality related to shallow-file handling.
474474* [x] ` Write ` with built-in packet line encoding
475475* [x] ` async ` support
476476* [x] API documentation
477- * [ ] Some examples
477+ * [x ] Some examples
478478
479479### gix-transport
480480* No matter what we do here, timeouts must be supported to prevent hanging forever and to make interrupts destructor-safe.
0 commit comments