Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
forked fromdanburkert/fs2-rs

Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to support async and replace libc with rustix.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
NotificationsYou must be signed in to change notification settings

al8n/fs4-rs

 
 

Repository files navigation

Extended utilities for working with files and filesystems in Rust.

This is a fork of thefs2-rs crate, the aim for this fork is to supportasyncand replacelibc byrustix.

githubBuildcodecov

docs.rscrates.iocrates.io

license

Installation

  • std

    [dependencies]fs4 = {version ="0.13",features = ["sync"] }
  • async-std runtime

    [dependencies]fs4 = {version ="0.13",features = ["async-std"] }
  • fs-err v2

    [dependencies]fs4 = {version ="0.13",features = ["fs-err2"] }
  • fs-err-tokio v2

    [dependencies]fs4 = {version ="0.13",features = ["fs-err2-tokio"] }
  • fs-err v3

    [dependencies]fs4 = {version ="0.13",features = ["fs-err3"] }
  • fs-err-tokio v3

    [dependencies]fs4 = {version ="0.13",features = ["fs-err3-tokio"] }
  • smol runtime

    [dependencies]fs4 = {version ="0.13",features = ["smol"] }
  • tokio runtime

    [dependencies]fs4 = {version ="0.13",features = ["tokio"] }

Features

License

fs4 is primarily distributed under the terms of both the MIT license and theApache License (Version 2.0).

SeeLICENSE-APACHE,LICENSE-MIT for details.

Copyright (c) 2025 Al Liu.

Copyright (c) 2015 Dan Burkert.

About

Extended utilities for working with files and filesystems in Rust. This is a fork of the fs2-rs crate, the aim for this fork is to support async and replace libc with rustix.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust100.0%

[8]ページ先頭

©2009-2025 Movatter.jp