Skip to content

Latest commit

 

History

History

README.md

xberg

High-performance document intelligence library

Installation

Add to your pubspec.yaml:

dependencies:
  xberg: ^1.0.0-rc.9

Then run:

dart pub get

Building

From the repository root:

cargo build -p xberg-dart
flutter_rust_bridge_codegen generate
dart pub get
dart analyze
dart test

License

MIT