File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ The following variables affect the building the of the `opencv` crate, but belon
139139 Allow custom arguments for generating and parsing code with clang, see
140140 the [ documentation for clang arguments] ( https://docs.rs/clang/latest/clang/struct.Parser.html#method.arguments ) .
141141
142- * clang crate environment variables
142+ * ` clang ` crate environment variables
143143 See crate's [ README] ( https://github.com/KyleMayes/clang-sys/blob/master/README.md#environment-variables )
144144
145145## Cargo features
@@ -169,7 +169,7 @@ The following OpenCV versions are supported at the moment:
169169* 4.x
170170* 5.x (preliminary)
171171
172- ### Minimum rustc version (MSRV)
172+ ### Minimum ` rustc ` version (MSRV)
173173
174174Currently, Rust version 1.82.0 or later is required. General policy is that rust version from 1 year ago is supported.
175175Bumping versions older than that is not considered a breaking change.
@@ -198,7 +198,7 @@ that.
198198Most functions return a ` Result ` to expose a potential C++ exception. Although some methods like property reads
199199or functions that are marked ` CV_NOEXCEPT ` in the OpenCV headers are infallible and return a naked value.
200200
201- ### CV_MAKETYPE
201+ ### ` CV_MAKETYPE `
202202
203203` CV_MAKETYPE ` and related ` CV_MAT_DEPTH ` constant functions are available to replace the corresponding OpenCV macros.
204204Yet it's usually easier to call ` ::opencv_type() ` function on the corresponding Rust type. E.g.:
You can’t perform that action at this time.
0 commit comments