rustmotion 0.7.0

A CLI tool that renders motion design videos from JSON scenarios. No browser, no Node.js — just a single Rust binary.
Documentation
mod batch;
mod captions;
mod geometry;
mod info;
mod render;
mod schema;
mod still;
mod validate;
mod validate_attrs;
mod validate_schema;
pub mod validation;

pub use batch::cmd_batch;
pub use captions::cmd_captions;
pub use info::cmd_info;
pub use render::{cmd_render, cmd_watch};
pub use schema::cmd_schema;
pub use still::cmd_still;
pub use validate::cmd_validate;