Skip to content

Commit

Permalink
add a no_std note in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Georges Palauqui committed Dec 26, 2024
1 parent 2425377 commit e137377
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions protocols/v2/noise-sv2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ To include this crate in your project, run:
cargo add noise_sv2
```

This crate can be built with the following feature flags:

- `std`: Enable usage of rust `std` library, enabled by default.

In order to use this crate in a `#![no_std]` environment, use the `--no-default-features` to remove the `std` feature.

### Examples

This crate provides example on establishing a secure line:
Expand Down

0 comments on commit e137377

Please sign in to comment.