mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 19:09:16 +01:00
fix: clarify ContentFormat numbers for systems languages
This commit is contained in:
parent
6de1948ac7
commit
ee0633f454
1 changed files with 2 additions and 1 deletions
|
|
@ -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:
|
Here's an example of how this structure can be used:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue