Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright 2019 vtext developers
//
// Licensed under the Apache License, Version 2.0,
// <http://apache.org/licenses/LICENSE-2.0>. This file may not be copied,
// modified, or distributed except according to those terms.

/*!
# Metrics module

This module includes various metrics, distances functions. In particular,
 - string distances.
*/

pub mod string;