Skip to content

Commit 0330a8e

Browse files
committed
0.6.0
1 parent 9822589 commit 0330a8e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

Cargo.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
[package]
22
name = "mp4"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
authors = ["Alf <[email protected]>"]
55
edition = "2018"
66

77
description = """
8-
MP4 Reader in Rust
9-
ISO/IEC 14496-12 - ISO Base Media File Format (QuickTime, MPEG-4, etc)
8+
MP4 Reader and Writer in Rust
9+
`mp4rs` is a Rust library to read and write ISO-MP4 files.
10+
11+
This package contains MPEG-4 specifications defined in parts:
12+
* ISO/IEC 14496-12 - ISO Base Media File Format (QuickTime, MPEG-4, etc)
13+
* ISO/IEC 14496-14 - MP4 file format
14+
* ISO/IEC 14496-17 - Streaming text format
1015
"""
1116

1217
documentation = "https://docs.rs/mp4rs"

0 commit comments

Comments
 (0)