Docs.rs
  • fts-sys-0.2.5
    • fts-sys 0.2.5
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • koutheir
    • Dependencies
      • bindgen ^0.65 build
      • libc ^0.2 normal
    • Versions
    • 1.61% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate fts_sys

  • Version 0.2.5
  • All Items
  • Structs
  • Constants
  • Functions
  • Type Definitions
?
Change settings

Crate fts_sys

source ·
Expand description

crates.io docs.rs license

fts-sys: Unsafe Rust bindings for FTS functions provided by libc

The FTS functions enable traversing file hierarchies.

Versioning

This project adheres to Semantic Versioning. The CHANGELOG.md file details notable changes over time.

Structs

  • FTS
  • _ftsent

Constants

  • FTS_AGAIN
  • FTS_COMFOLLOW
  • FTS_D
  • FTS_DC
  • FTS_DEFAULT
  • FTS_DNR
  • FTS_DONTCHDIR
  • FTS_DOT
  • FTS_DP
  • FTS_ERR
  • FTS_F
  • FTS_FOLLOW
  • FTS_INIT
  • FTS_LOGICAL
  • FTS_NAMEONLY
  • FTS_NOCHDIR
  • FTS_NOINSTR
  • FTS_NOSTAT
  • FTS_NS
  • FTS_NSOK
  • FTS_OPTIONMASK
  • FTS_PHYSICAL
  • FTS_ROOTLEVEL
  • FTS_ROOTPARENTLEVEL
  • FTS_SEEDOT
  • FTS_SKIP
  • FTS_SL
  • FTS_SLNONE
  • FTS_STOP
  • FTS_SYMFOLLOW
  • FTS_W
  • FTS_WHITEOUT
  • FTS_XDEV

Functions

  • fts_children⚠
  • fts_close⚠
  • fts_open⚠
  • fts_read⚠
  • fts_set⚠

Type Definitions

  • FTSENT