Mercurial > public > mercurial-scm > hg-stable
comparison rust/hg-core/src/utils.rs @ 44312:c18dd48cea4a
rust-pathauditor: add Rust implementation of the `pathauditor`
It does not offer the same flexibility as the Python implementation, but
should check incoming paths just as well.
Differential Revision: https://phab.mercurial-scm.org/D7866
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Wed, 05 Feb 2020 17:05:37 +0100 |
parents | 191a461d6be6 |
children | aa0fc32ece9e |
comparison
equal
deleted
inserted
replaced
44311:d3f776c4760e | 44312:c18dd48cea4a |
---|---|
7 | 7 |
8 //! Contains useful functions, traits, structs, etc. for use in core. | 8 //! Contains useful functions, traits, structs, etc. for use in core. |
9 | 9 |
10 pub mod files; | 10 pub mod files; |
11 pub mod hg_path; | 11 pub mod hg_path; |
12 pub mod path_auditor; | |
12 | 13 |
13 /// Useful until rust/issues/56345 is stable | 14 /// Useful until rust/issues/56345 is stable |
14 /// | 15 /// |
15 /// # Examples | 16 /// # Examples |
16 /// | 17 /// |