- Feb 14, 2025
-
-
Dorian Weber authored
-
Dorian Weber authored
Reworked the `uom` integration: namespaces for all quantities and an extension trait for easier unit construction. Quantities are pushed into a separate macro for easier updating to later versions of `uom`.
-
Dorian Weber authored
-
Dorian Weber authored
Made the derive for `Config` rely on the definition of `DefaultConfig` in core, rather than just assuming its `(f64, (), ())`. This allows changing it later without having to touch the meta crate.
-
Dorian Weber authored
Cleaned up the root module of the library to prevent the IDE from suggesting private `use` directives in user projects.
-
Dorian Weber authored
Exporting the `uom` crate now, to allow the user to make themselves dependent on the version used here. Slightly tweaked the prelude.
-
Dorian Weber authored
-
Dorian Weber authored
Moved the benchmark results out of the target directory, since this one gets deleted on `cargo clean`.
-
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
-