1
Fork 0
Commit graph

8 commits

Author SHA1 Message Date
Alex Helfet
ce3ea885d9 WIP on decode tool.
Issue #9.
2017-12-27 13:35:00 +00:00
Alex Helfet
ec0567e0cc Implement typed module. TODO: Calculate serialization buffer size. 2017-12-24 21:39:43 +00:00
Alex Helfet
f09cf98e4c Implement max_(en|de)coded_len(), tests. 2017-12-22 14:22:09 +00:00
Alex Helfet
872e6e3ceb Remove core_io when no_std.
Ref: https://github.com/fluffysquirrels/framed-rs/issues/3
2017-12-22 12:11:39 +00:00
Alex Helfet
78ef89a4ba Added default Cargo feature "use_std", no_std without it.
`cargo test` still passes.

`cargo build --no-default-features` builds, but no further tests done.
2017-12-21 05:08:54 +00:00
Alex Helfet
40366a6afe Added a few tests and got them working. Added feature "trace". 2017-12-21 04:17:59 +00:00
Alex Helfet
2349c9e087 First test passed: send one frame. 2017-12-21 03:20:09 +00:00
Alex Helfet
37e5cc8ec0 Created crate, interface and failing test. 2017-12-21 02:29:43 +00:00