File: README.md

package info (click to toggle)
rust-cfb 0.10.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 580 kB
  • sloc: makefile: 2
file content (14 lines) | stat: -rw-r--r-- 675 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# rust-cfb
[![Build Status](https://github.com/mdsteele/rust-cfb/actions/workflows/tests.yml/badge.svg)](https://github.com/mdsteele/rust-cfb/actions/workflows/tests.yml)
[![Crates.io](https://img.shields.io/crates/v/cfb.svg)](https://crates.io/crates/cfb)
[![Documentation](https://docs.rs/cfb/badge.svg)](https://docs.rs/cfb)

A Rust library for reading/writing [Compound File Binary](
https://en.wikipedia.org/wiki/Compound_File_Binary_Format) (structured storage)
files.  See [MS-CFB](https://msdn.microsoft.com/en-us/library/dd942138.aspx)
for the format specification.

## License

rust-cfb is made available under the
[MIT License](http://spdx.org/licenses/MIT.html).