Skip to content

Commit

Permalink
finalize gix-shallow crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Dec 22, 2024
1 parent 3af94f9 commit 2cc65bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,10 @@ is usable to some extent.
* [gix-worktree-state](https://github.com/GitoxideLabs/gitoxide/blob/main/crate-status.md#gix-worktree-state)
* [gix-date](https://github.com/GitoxideLabs/gitoxide/blob/main/crate-status.md#gix-date)
* [gix-dir](https://github.com/GitoxideLabs/gitoxide/blob/main/crate-status.md#gix-dir)
* [gix-merge](https://github.com/GitoxideLabs/gitoxide/blob/main/crate-status.md#gix-merge)
* [gix-shallow](https://github.com/GitoxideLabs/gitoxide/blob/main/crate-status.md#gix-shallow)
* `gitoxide-core`
* **very early** _(possibly without any documentation and many rough edges)_
* [gix-merge](https://github.com/GitoxideLabs/gitoxide/blob/main/crate-status.md#gix-merge)
* **idea** _(just a name placeholder)_
* [gix-note](https://github.com/GitoxideLabs/gitoxide/blob/main/crate-status.md#gix-note)
* [gix-fetchhead](https://github.com/GitoxideLabs/gitoxide/blob/main/crate-status.md#gix-fetchhead)
Expand Down
4 changes: 4 additions & 0 deletions crate-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,10 @@ Check out the [performance discussion][gix-traverse-performance] as well.

[gix-traverse-performance]: https://github.com/GitoxideLabs/gitoxide/discussions/76

### gix-shallow

A utility crate with types and functionality related to shallow-file handling.

### gix-url
* As documented here: https://www.git-scm.com/docs/git-clone#_git_urls
* **parse**
Expand Down
1 change: 1 addition & 0 deletions gix-shallow/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//! [Read](read()) and [write](write()) shallow files, while performing typical operations on them.
#![deny(missing_docs, rust_2018_idioms)]
#![forbid(unsafe_code)]

/// An instruction on how to
#[derive(PartialEq, Eq, Debug, Hash, Ord, PartialOrd, Clone, Copy)]
Expand Down

0 comments on commit 2cc65bb

Please sign in to comment.