feat: Improve multiplexer ergonomics (#111)
This commit is contained in:
parent
4ea3e134c0
commit
159d38020c
18 changed files with 242 additions and 261 deletions
|
|
@ -18,10 +18,11 @@ log = "0.4.14"
|
|||
byteorder = "1.4.3"
|
||||
hex = "0.4.3"
|
||||
rand = "0.8.4"
|
||||
thiserror = "1.0.31"
|
||||
|
||||
[dev-dependencies]
|
||||
env_logger = "0.9.0"
|
||||
|
||||
[features]
|
||||
std = []
|
||||
default = ["std"]
|
||||
default = ["std"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue