[go: up one dir, main page]

fs2 0.1.0

Cross-platform file locks and file duplication.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# fs2

[![Linux Status](https://travis-ci.org/danburkert/fs2-rs.svg?branch=master)](https://travis-ci.org/danburkert/fs2-rs)
[![Windows Status](https://ci.appveyor.com/api/projects/status/iuvjv1aaaml0rntt/branch/master?svg=true)](https://ci.appveyor.com/project/danburkert/fs2-rs)

[Documentation](https://danburkert.github.io/fs2-rs/fs2/index.html)

A Rust library for cross-platform file locking and file duplication.

## License

`fs2` is primarily distributed under the terms of both the MIT license and the
Apache License (Version 2.0).

See [LICENSE-APACHE](LICENSE-APACHE), [LICENSE-MIT](LICENSE-MIT) for details.

Copyright (c) 2015 Dan Burkert.