Skip to content

Commit

Permalink
Add serialize feature to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondolf committed Nov 16, 2023
1 parent 4256089 commit 0f4c9a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
//! | `enhanced-determinism` | Enables increased determinism. | No |
//! | `parallel` | Enables some extra multithreading, which improves performance for larger simulations but can add some overhead for smaller ones. | Yes |
//! | `simd` | Enables [SIMD] optimizations. | No |
//! | `serialize` | Enables support for serialization and deserialization using Serde. | No |
//!
//! [SIMD]: https://en.wikipedia.org/wiki/Single_instruction,_multiple_data
//!
Expand Down

0 comments on commit 0f4c9a7

Please sign in to comment.