https://github.com/mdsteele/rust-cfb
Rust library for reading/writing Compound File Binary (structured storage) files
https://github.com/mdsteele/rust-cfb
Last synced: about 1 year ago
JSON representation
Rust library for reading/writing Compound File Binary (structured storage) files
- Host: GitHub
- URL: https://github.com/mdsteele/rust-cfb
- Owner: mdsteele
- License: mit
- Created: 2017-03-12T16:53:42.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T13:38:08.000Z (about 2 years ago)
- Last Synced: 2024-04-09T17:38:07.011Z (about 2 years ago)
- Language: Rust
- Size: 12.1 MB
- Stars: 43
- Watchers: 7
- Forks: 18
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rust-cfb
[](https://github.com/mdsteele/rust-cfb/actions/workflows/tests.yml)
[](https://crates.io/crates/cfb)
[](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).