- Feb 14, 2025
-
-
Dorian Weber authored
-
- Feb 12, 2025
-
-
Dorian Weber authored
-
Dorian Weber authored
-
- Feb 11, 2025
-
-
Dorian Weber authored
-
- Feb 10, 2025
-
-
Dorian Weber authored
-
Dorian Weber authored
-
Dorian Weber authored
-
- Feb 09, 2025
-
-
Dorian Weber authored
-
Dorian Weber authored
Breaking changes to the naming: Process -> Agent, Fiber -> Job, Task -> Continuation. Updated the docs.
-
Dorian Weber authored
-
Dorian Weber authored
-
- Feb 08, 2025
-
-
Dorian Weber authored
Cleaned up dependencies and binaries, improved examples in the documentation, renamed `Once` to `Lease` and `NFT` to `Ephemeral`.
-
Dorian Weber authored
-
Dorian Weber authored
Added the - very basic - Clock example and factored the performance benchmarks into separate functions. Added a benchmark for compilation times of ODEMx, but it's not really usable yet.
-
- Feb 07, 2025
-
-
Dorian Weber authored
Migrated to the 2024 edition. Fixed the control macro not working due to temporary tail expression scope being shortened in the new edition.
-
Dorian Weber authored
-
- Feb 05, 2025
-
-
Dorian Weber authored
-
Dorian Weber authored
-
Dorian Weber authored
-
Dorian Weber authored
-
- Feb 04, 2025
-
-
Dorian Weber authored
-
Dorian Weber authored
-
Dorian Weber authored
-
Dorian Weber authored
-
Dorian Weber authored
-
Dorian Weber authored
-
Dorian Weber authored
-
- Jan 19, 2025
-
-
Dorian Weber authored
-
Dorian Weber authored
-
Dorian Weber authored
Reworked processes and fixed bugs associated with shared data and provenance. It's better but Miri still complains about pools.
-
- Jan 12, 2025
-
-
Dorian Weber authored
-
- Jan 10, 2025
-
-
Dorian Weber authored
-
Dorian Weber authored
Improved the Finite State Machines to produce the correct errors in case of using a wrongly branded token.
-
Dorian Weber authored
-
- Nov 29, 2024
-
-
Dorian Weber authored
-
- Nov 24, 2024
-
-
Dorian Weber authored
Using the thiserror crate to reduce boilerplate for error messages, reworked the `brand` module and renamed it to `fsm` (finite state machine), reworking `Irc` (in progress).
-
- Feb 05, 2024
-
-
Dorian Weber authored
Separation of Unique and Irc in order to make the library sound. Free functions (async and sync) to determine the currently active puck.
-
- Jan 26, 2024
-
-
Dorian Weber authored
Re-introduced lifetimes to the pucks of active traits, allowing the borrow-checker to diagnose more cases of mis-use. Fixed soundness bugs with the Irc-mechanism.
-
Dorian Weber authored
-
- Jan 24, 2024
-
-
Dorian Weber authored
-