Registry / utility / git-object

git-object

JSON →
library0.26.2rscratesunverified

Please use `gix-object` instead; this crate is deprecated in favor of the gitoxide project.

utility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

use git_object::Object;

Parses a git object from raw bytes.

use git_object::Object; let obj = Object::from_bytes(&data).unwrap(); println!("Object type: {:?}", obj.kind);
Debug
Known footguns
breakingThis crate is deprecated; use `gix-object` instead.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
0 hits · last 30 days

No traffic data recorded yet.

Resources