1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
// Copyright (c) 2020 Ivaylo Petrov
//
// Licensed under the MIT license <LICENSE-MIT or
// http://opensource.org/licenses/MIT>, at your option. This file may not be
// copied, modified, or distributed except according to those terms.
//
// author: Ivaylo Petrov <ivajloip@gmail.com>

pub extern crate std;

#[cfg(feature = "with-to-string")]
pub mod to_string;
pub mod hasher;