Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add serde feature #353

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

add serde feature #353

wants to merge 1 commit into from

Conversation

PTFOPlayer
Copy link

it will allow saving noise maps in JSON or TOML

@JupiterSky11
Copy link

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
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

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.

None yet

2 participants