Skip to content

Commit 86513f1

Browse files
committed
export symbols in crate base
Signed-off-by: Dave Huseby <[email protected]>
1 parent f404687 commit 86513f1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "multitrait"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
edition = "2021"
55
authors = ["Dave Huseby <[email protected]>"]
66
description = "Multiformat traits"

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ pub use error::Error;
1313

1414
/// EncodeInto trait
1515
pub mod enc_into;
16+
pub use enc_into::EncodeInto;
1617

1718
/// TryDecodeFrom trait
1819
pub mod try_decode_from;
20+
pub use try_decode_from::TryDecodeFrom;
1921

2022
/// one-stop shop for all exported symbols
2123
pub mod prelude {

0 commit comments

Comments
 (0)