File tree Expand file tree Collapse file tree 3 files changed +3
-18
lines changed
Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 1- # WIP 1.0.0
1+ # 1.0.0
22
33 - added ` LeastMessageRouter `
44 - config now supports loading optional file ` ./config/tyra.toml ` to overwrite config parameters
Original file line number Diff line number Diff line change 11[package ]
22name = " tyra"
3- version = " 0.8 .0"
3+ version = " 1.0 .0"
44authors = [
" sers.dev <[email protected] >" ]
55edition = " 2018"
66license = " MIT OR Apache-2.0"
Original file line number Diff line number Diff line change 11# Tyra (TYped Rust Actor)
22
3- ` Tyra ` is a cross-platform Typed Actor System Written in Rust.
4-
5- ## Current State
6-
7- ` 0.8.0 ` is intended to be the last minor release before ` 1.0.0 ` where it's officially declared ready for production
8- - since ` 0.7.0 ` it's been used for a variety of internal non-public tools
9- - documentation + examples + tests should be in a good state
10- - API is finalized
11- - performance is acceptable
12-
13- So why's it not yet ` 1.0.0 ` ?
14- - more time to intensively test
15- - fixing more bugs found from testing
16- - finalizing dependencies
17-
18- The current development status can be tracked in the [ CHANGELOG.md] ( CHANGELOG.md )
3+ ` Tyra ` is a production ready, cross-platform Typed Actor System Written in Rust.
194
205## Configuration
216
You can’t perform that action at this time.
0 commit comments