[][src]Crate dia_files

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.11.0 (June 4th, 2019)

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

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