venus-sync

Crates.iovenus-sync
lib.rsvenus-sync
version0.1.0
created_at2026-01-02 04:31:45.671996+00
updated_at2026-01-04 14:51:39.374329+00
descriptionSync engine for Venus - converts .rs notebooks to .ipynb
homepage
repositoryhttps://github.com/ml-rust/venus
max_upload_size
id2017956
size73,562
Farhan Syah (farhan-syah)

documentation

README

venus-sync

Crates.io Documentation License

Sync engine for Venus - converts .rs notebooks to .ipynb format.

Overview

This crate handles bidirectional conversion between Venus's native .rs notebook format and Jupyter's .ipynb format for GitHub preview and compatibility.

Features

  • Convert .rs notebooks to .ipynb for GitHub rendering
  • Preserve cell outputs and metadata
  • Markdown cell support
  • Image and rich output embedding

This is an internal implementation crate used by the venus CLI. Most users don't need to use this directly.

Documentation

For complete documentation, visit:

License

Licensed under the Apache License, Version 2.0. See LICENSE for details.

Commit count: 0

cargo fmt