File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ smol = { workspace = true }
3030
3131
3232[features ]
33- default = [" log" ]
33+ default = [" log" , " async " ]
3434std = [" mctp/std" ]
3535log = [" dep:log" ]
3636defmt = [" mctp/defmt" , " dep:defmt" ]
Original file line number Diff line number Diff line change 33[ API docs] ( https://docs.rs/mctp-estack )
44
55This is a MCTP stack suitable for embedded devices.
6- A ` async ` Router for embassy based applications is available
7- through the ` embassy ` feature.
6+ A ` async ` Router for [ Embassy ] ( https:// embassy.dev/ ) (or other _ async runtime _ )
7+ based applications is available through the ` async ` feature.
88
99A ` Router ` instance handles feeding MCTP packets to and from user
1010provided MCTP transports, and handles sending receiving MCTP messages
11- from applications using the ` mctp ` crate async traits.
11+ from applications using the ` mctp ` crate _ async _ traits.
1212
1313Applications using MCTP can create ` RouterAsyncListener ` and
1414` RouterAsyncReqChannel ` instances.
@@ -20,5 +20,4 @@ and MCTP tag tracking. MCTP transport binding packet encoding and decoding is
2020provided for I2C, USB, and serial.
2121
2222## Features
23- - ` embassy ` : async ` Router ` for [ Embassy] ( https://embassy.dev/ )
24- - ` async ` : [ embedded-io-async] ( https://docs.rs/embedded-io-async/0.6.1/embedded_io_async/ ) serial transport binding (enabled by ` embassy ` feature)
23+ - ` async ` : _ async_ router implementing ` mctp ` crate _ async_ traits
Original file line number Diff line number Diff line change 2020//! be passed to applications.
2121//!
2222//! ## Features
23- //! - `async`: [embedded-io-async](https://docs.rs/embedded-io-async/0.6.1/embedded_io_async/) serial transport binding and async Router
23+ //! - `async`: _async_ router implementing [`mctp` crate](mctp) _async_ traits
2424//!
2525//! ## Configuration
2626//!
You can’t perform that action at this time.
0 commit comments