gix-object 0.51.0

Immutable and mutable git objects with decoding and encoding support
docs.rs failed to build gix-object-0.51.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: gix-object-0.51.1

This crate provides types for [read-only git objects][crate::ObjectRef] backed by bytes provided in git's serialization format as well as [mutable versions][Object] of these. Both types of objects can be encoded.

Feature Flags