heddle-refs 0.3.1

An AI-native version control system
Documentation
1
2
3
4
5
6
7
// SPDX-License-Identifier: Apache-2.0
//! Heddle refs subsystem.

mod fs_atomic;
pub mod refs;

pub use refs::*;