cyrtophora

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit e541cb00a6e7da34845d3f941cafc2908f85e28b
parent 212042a147ea15b4ae3cb734d7df259cc053061f
Author: Jackson G. Kaindume <seestem@merely.tech>
Date:   Mon, 29 Aug 2022 14:56:30 +0200

[phora] make validate module public

Diffstat:
Mphora/src/lib.rs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/phora/src/lib.rs b/phora/src/lib.rs @@ -2,4 +2,4 @@ pub mod account; pub mod api; pub mod crypto; pub mod data; -mod validate; +pub mod validate;