Registry / utility / gix-object

gix-object

JSON →
library0.61.0rscratesunverified

Immutable and mutable git objects with decoding and encoding support

# Cargo.toml [dependencies] gix-object = "0.61.0"
INSTALL
IMPORT
SIG · GIX-OBJECT
G
gix-object
utilityrustv0.61.0
harness data pending
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.

Blob
use gix_object::Blob;

Creates a git blob object and encodes it.

use gix_object::Blob; let blob = Blob { data: b"hello".to_vec() }; let encoded = blob.encode_to_vec(); println!("Encoded blob: {:?}", encoded);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.61.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
gix-object — cargo add gix-object · libregistry