We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f404687 commit 86513f1Copy full SHA for 86513f1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "multitrait"
3
-version = "0.1.3"
+version = "0.1.4"
4
edition = "2021"
5
authors = ["Dave Huseby <[email protected]>"]
6
description = "Multiformat traits"
src/lib.rs
@@ -13,9 +13,11 @@ pub use error::Error;
13
14
/// EncodeInto trait
15
pub mod enc_into;
16
+pub use enc_into::EncodeInto;
17
18
/// TryDecodeFrom trait
19
pub mod try_decode_from;
20
+pub use try_decode_from::TryDecodeFrom;
21
22
/// one-stop shop for all exported symbols
23
pub mod prelude {
0 commit comments