We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952564c commit f897fadCopy full SHA for f897fad
tinydtls-sys/README.md
@@ -2,6 +2,16 @@
2
3
Raw bindings to the [tinydtls C library](https://github.com/eclipse/tinydtls).
4
5
+## Features
6
+These features affect the way that the binding is built:
7
+- `vendored` (default): Build and use a vendored version of tinydtls instead of linking to an existing one.
8
+- `static` (default): Use static linking instead of dynamic linking
9
+
10
+These features affect the functionality of the library (only apply if `vendored` is enabled, we can't control features
11
+of binaries that are already built):
12
+- `ecc` (default): Enable ECC functionality
13
+- `psk` (default): Enable PSK functionality
14
15
## License
16
17
Matching the license of the tinydtls C library, this library is made available both under
0 commit comments