Docs.rs
pijul-core-1.0.0-beta.18
pijul-core 1.0.0-beta.18
Permalink
Docs.rs crate page
GPL-2.0-or-later
02 July 2026
Links
Repository
crates.io
Source
Owners
P-E-Meunier
Dependencies
adler32 ^1.2
normal
bincode ^1.3
normal
bitflags ^2.9
normal
blake3 ^1.8
normal
byteorder ^1.5
normal
canonical-path ^2.0
normal
optional
chardetng ^0.1
normal
crossbeam-deque ^0.8
normal
curve25519-dalek ^4.1
normal
data-encoding ^2.9
normal
diffs ^0.5
normal
encoding_rs ^0.8
normal
flate2 ^1.1
normal
optional
git2 ^0.21
normal
optional
ignore ^0.4
normal
optional
imara-diff ^0.1.8
normal
jiff ^0.2
normal
log ^0.4
normal
lru-cache ^0.1
normal
optional
nom ^7.1
normal
parking_lot ^0.12
normal
path-slash ^0.2
normal
optional
pijul-macros ^1.0.0-beta.13
normal
rand ^0.10
normal
regex ^1.11
normal
sanakirja ^2.0.0-beta
normal
serde ^1.0
normal
serde_derive ^1.0
normal
serde_json ^1.0
normal
sha2 ^0.10
normal
tar ^0.4
normal
optional
tempfile ^3.20
normal
optional
thiserror ^2.0
normal
toml ^0.8
normal
twox-hash ^1.6
normal
zstd-seekable ^0.1
normal
optional
anyhow ^1.0
dev
env_logger ^0.11
dev
quickcheck ^1.0
dev
rand ^0.10
dev
rand_chacha ^0.10
dev
getrandom ^0.3
normal
Versions
11.36%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
commit
pijul_
core
1.0.0-beta.18
pijul_core
Function
commit
Copy item path
Source
pub fn commit<T:
MutTxnT
>(txn:
Arc
<
RwLock
<T>>) ->
Result
<
()
, T::
GraphError
>