nidula 2.0.1 copy "nidula: ^2.0.1" to clipboard
nidula: ^2.0.1 copied to clipboard

A Dart library for Rust-like Option/Result types, providing a structured approach to error handling.

example/main.dart

import 'option_and_then_example.dart' as option_and_then_example;
import 'result_and_then_example.dart' as result_and_then_example;
import 'to_json_and_from_json.dart' as to_json_and_from_json;

void main() {
  option_and_then_example.main();
  result_and_then_example.main();
  to_json_and_from_json.main();
}
copied to clipboard
7
likes
160
points
128
downloads

Publisher

verified publishermanuelplavsic.ch

Weekly Downloads

2024.09.21 - 2025.04.05

A Dart library for Rust-like Option/Result types, providing a structured approach to error handling.

Repository
View/report issues

Topics

#option #result #pattern-matching

Documentation

API reference

License

MIT (license)

More

Packages that depend on nidula