breezyshim

Crates.iobreezyshim
lib.rsbreezyshim
version0.6.5
created_at2023-07-14 15:32:41.23476+00
updated_at2025-08-30 20:06:01.115743+00
descriptionRust shim around the Breezy Python API
homepagehttps://www.breezy-vcs.org/
repositoryhttps://github.com/breezy-team/breezyshim
max_upload_size
id916190
size768,846
Jelmer Vernooij (jelmer)

documentation

https://docs.rs/breezyshim

README

Rust wrapper for Breezy

This crate contains a rust wrapper for the Breezy API, which is written in Python.

Breezy itself is being ported to Rust, but until that port has completed, this crate allows access to the most important Breezy APIs via Rust.

The Rust API here will follow the Breezy 4.0 Rust API as much as possible, to make porting easier.

prelude

This crate provides a prelude module that re-exports the most important types and traits from the Breezy API. This allows you to use the Breezy API without having to import each type and trait individually.

use breezyshim::prelude::*;
Commit count: 772

cargo fmt