Read graph-tool's compressed graph file format in Rust
Find a file
Samuel ORTION 006176c9c5
Some checks failed
lints / format (ubuntu-latest, stable) (push) Has been cancelled
lints / clippy (ubuntu-latest, stable) (push) Has been cancelled
msrv / msrv (push) Has been cancelled
release-plz / Release-plz (push) Has been cancelled
tests / check (macos-latest, beta) (push) Has been cancelled
tests / check (macos-latest, nightly) (push) Has been cancelled
tests / check (macos-latest, stable) (push) Has been cancelled
tests / check (ubuntu-latest, beta) (push) Has been cancelled
tests / check (ubuntu-latest, nightly) (push) Has been cancelled
tests / check (ubuntu-latest, stable) (push) Has been cancelled
tests / check (windows-latest, beta) (push) Has been cancelled
tests / check (windows-latest, nightly) (push) Has been cancelled
tests / check (windows-latest, stable) (push) Has been cancelled
tests / tests (macos-latest, beta) (push) Has been cancelled
tests / tests (macos-latest, nightly) (push) Has been cancelled
tests / tests (macos-latest, stable) (push) Has been cancelled
tests / tests (ubuntu-latest, beta) (push) Has been cancelled
tests / tests (ubuntu-latest, nightly) (push) Has been cancelled
tests / tests (ubuntu-latest, stable) (push) Has been cancelled
tests / tests (windows-latest, beta) (push) Has been cancelled
tests / tests (windows-latest, nightly) (push) Has been cancelled
tests / tests (windows-latest, stable) (push) Has been cancelled
website / website (push) Has been cancelled
change owner to labgem
2026-07-06 17:32:29 +02:00
.github fix(ci) / candidate release 2026-07-06 17:12:22 +02:00
.gitlab-ci-local feat: Add ci/cd 2026-07-06 15:43:23 +02:00
benches fmt 2026-07-06 11:52:17 +02:00
docs Initial commit 2026-07-02 11:17:30 +02:00
example feat: property maps 2026-07-06 11:24:31 +02:00
src fix(ci) / candidate release 2026-07-06 17:12:22 +02:00
tests feat: property maps 2026-07-06 11:24:31 +02:00
website fix(ci) / candidate release 2026-07-06 17:12:22 +02:00
.copier-answers.yml Initial commit 2026-07-02 11:17:30 +02:00
.gitignore fix(ci) / candidate release 2026-07-06 17:12:22 +02:00
.gitlab-ci.yml feat: Add ci/cd 2026-07-06 15:43:23 +02:00
book.toml change owner to labgem 2026-07-06 17:32:29 +02:00
Cargo.lock Initial commit 2026-07-02 11:17:30 +02:00
Cargo.toml fix(ci) / candidate release 2026-07-06 17:12:22 +02:00
CHANGELOG.md feat: property maps 2026-07-06 11:24:31 +02:00
CODE_OF_CONDUCT.md Initial commit 2026-07-02 11:17:30 +02:00
CONTRIBUTING.md Initial commit 2026-07-02 11:17:30 +02:00
LICENSE Initial commit 2026-07-02 11:17:30 +02:00
README.md fix(ci) / candidate release 2026-07-06 17:12:22 +02:00
release-plz.toml Initial commit 2026-07-02 11:17:30 +02:00
tarpaulin.toml Initial commit 2026-07-02 11:17:30 +02:00

gt_reader

tests lints msrv website dev-doc license copier

Read graph-tool gt compressed graph tool format

Usage

Add this in your Cargo.toml

Minimum Supported Rust Version

Currently the minimum supported Rust version is 1.71.