rust_lib_novident_project_manager 1.0.0
rust_lib_novident_project_manager: ^1.0.0 copied to clipboard
Native (Rust) engine for novident_project_manager: verbatim .nov file I/O, structural validation, full-text search, text diff, git and snapshots. Built with flutter_rust_bridge via cargokit; this plug [...]
Changelog #
All notable changes to the rust_lib_novident_project_manager native plugin.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 — 2026-09-04 #
First publishable version of the native engine plugin.
Added #
flutter_rust_bridge(v2) native plugin using cargokit — compiles thenovident_project_managerRust crate on the consumer's machine for Android, iOS, Linux, macOS and Windows (ffiPluginon every platform).- Exposes the engine façade from
rust/src/api/manager.rs(verbatim file I/O, structural validation againstschema-v1.yaml, full-text search, delta diff, git operations and snapshots) to Dart through FRB.
Notes #
- Consumed by the
novident_project_managerDart package (hosted constraint); local development uses a path override (pubspec_overrides.yaml). - Generated files (
frb_generated.rs,lib/src/rust/**) are outputs offlutter_rust_bridge_codegen generate— do not hand-edit.