fix: clarify ContentFormat numbers for systems languages

This commit is contained in:
April John 2024-05-13 17:51:54 +00:00 committed by GitHub
parent 6de1948ac7
commit ee0633f454
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -23,6 +23,7 @@ interface ContentFormat {
}
}
```
To maintain compatibility with strongly types languages, numbers MUST fit within a [u64](https://doc.rust-lang.org/std/primitive.u64.html).
Here's an example of how this structure can be used: