Crate dia_files[][src]

Dia-Files

Project

Features

Notes

  • Tests require some symbolic link files in tests/ directory. At the time of writing this note, Cargo does not allow publishing crates containing symbolic link files. So for source publishing on https://crates.io/crates/dia-files, they are stripped. However, the repository has all those files.

Modules

filter

Filter

version_info

0.12.1 (March 1st, 2021)

Structs

FileDiscovery

File discovery

ReadError

Read error

Constants

CODE_NAME

Crate code name

ID

ID of this crate

NAME

Crate name

RELEASE_DATE

Crate release date (year/month/day)

TAG

Tag, which can be used for logging…

VERSION

Crate version

Functions

find_files

Finds files

on_same_unix_device

Checks if two paths are on a same Unix device

read

Reads bytes from a source

read_file

Reads a file

read_file_to_string

Reads a file and converts its content into a string

read_to_string

Reads bytes from a source and converts them into a string

Type Definitions

Result

Result type used in this crate