ianvs_acp_runtime 0.1.0
ianvs_acp_runtime: ^0.1.0 copied to clipboard
Shared Rust stdio ACP runtime and Dart C FFI bindings for macOS agent hosts, with streaming sessions, permissions, cancellation and native build tooling.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add ianvs_acp_runtimeWith Flutter:
$ flutter pub add ianvs_acp_runtimeThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
ianvs_acp_runtime: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:ianvs_acp_runtime/ianvs_acp_runtime.dart';