Bug 1608150 [wpt PR 21112] - Add missing space in `./wpt lint` command line docs...
[gecko.git] / third_party / rust / safemem / README.md
blob008216e060dffa7c5a48466af5ab936295877561
1 # safemem\r
2 Safe wrappers for `memmove`, `memset`, etc. in Rust\r
3 \r
4 `no_std` Support\r
5 ----------------\r
6 \r
7 This crate has support for `no_std` which is controlled via default feature `std`. To use the crate\r
8 in a `no_std` environment simply turn off default features.\r
9 \r
11 License\r
12 -------\r
14 Licensed under either of\r
16  * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\r
17  * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\r
19 at your option.\r
21 ### Contribution\r
23 Unless you explicitly state otherwise, any contribution intentionally submitted\r
24 for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any\r
25 additional terms or conditions.