Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
denisandroid authored May 12, 2024
1 parent 477f3a1 commit 2e97741
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
1. When converting types without checking the size of the data, you really need to understand what you are doing.
2. You must understand the specifics of the platform you are using.

## Library features:

1. Casting any type A to any type B with generic data without and with data dimension checking.
2. Ability to use transmutation in constant functions in very old versions of rust..
3. Possibility of delayed transmutation through contracts.
4. Ability to work without the standard library.

## Usage:

Add this to your Cargo.toml:
Expand All @@ -47,13 +54,6 @@ and this to your source code:
use cluFullTransmute::mem::transmute;
```

## Library Features

1. Casting any type A to any type B with generic data without and with data dimension checking.
2. Ability to use transmutation in constant functions in very old versions of rust..
3. Possibility of delayed transmutation through contracts.
4. Ability to work without the standard library.

## Example:
```rust
use cluFullTransmute::transmute_or_panic;
Expand Down

0 comments on commit 2e97741

Please sign in to comment.