filesystem_raid 1.0.0 copy "filesystem_raid: ^1.0.0" to clipboard
filesystem_raid: ^1.0.0 copied to clipboard

A professional Dart library implementing RAID 0/1/5 on the local filesystem with striping, mirroring, parity (XOR/Reed-Solomon), health monitoring, compression, and encryption in pure software.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add filesystem_raid

With Flutter:

 $ flutter pub add filesystem_raid

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  filesystem_raid: ^1.0.0

Alternatively, 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:filesystem_raid/filesystem_raid.dart';
0
likes
120
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A professional Dart library implementing RAID 0/1/5 on the local filesystem with striping, mirroring, parity (XOR/Reed-Solomon), health monitoring, compression, and encryption in pure software.

Repository (GitHub)
View/report issues

Topics

#raid #storage #filesystem #data-protection #nas

License

MIT (license)

Dependencies

archive, collection, crypto, encrypt, file, logging, meta, path

More

Packages that depend on filesystem_raid