Skip to content

add serde feature - #353

Open
PTFOPlayer wants to merge 1 commit into
Razaekel:developfrom
PTFOPlayer:develop
Open

add serde feature#353
PTFOPlayer wants to merge 1 commit into
Razaekel:developfrom
PTFOPlayer:develop

Conversation

@PTFOPlayer

Copy link
Copy Markdown

it will allow saving noise maps in JSON or TOML

@JupiterSky11

Copy link
Copy Markdown

While this has potential uses I feel like it's an extraneous feature and can easily be added as-needed in projects that require it.

@PTFOPlayer

Copy link
Copy Markdown
Author

The ability to serialize data is important when exchanging data between different parts of the system, for example exchanging between parts written in Rust and JS, or if noise is used many times you can save it to a file and not recalculate it every time

@JupiterSky11

Copy link
Copy Markdown

This could easily be done by the project that requires this as opposed to being integrated directly into the crate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants