Skip to content

Commit

Permalink
1. A description of the library flags has been added.
Browse files Browse the repository at this point in the history
  • Loading branch information
denisandroid committed Aug 31, 2019
1 parent 897040d commit f5af1bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ fn main() {
}
```

# Library flags:
1. nightly: Allows you to safely transform the lock into the original data, the night version of the compiler and the cluFullTransmute library are required.


# License

Copyright 2019 #UlinProject Denis Kotlyarov (Денис Котляров)
Expand Down
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ fn main() {
}
```
# Library flags:
1. nightly: Allows you to safely transform the lock into the original data, the night version of the compiler and the cluFullTransmute library are required.
*/

#![cfg_attr(nightly, feature(nightly))]
Expand Down

0 comments on commit f5af1bf

Please sign in to comment.