Skip to content

initial no_std support#4

Open
enomado wants to merge 4 commits intomarcbone:mainfrom
enomado:main
Open

initial no_std support#4
enomado wants to merge 4 commits intomarcbone:mainfrom
enomado:main

Conversation

@enomado
Copy link
Copy Markdown

@enomado enomado commented May 2, 2021

No description provided.

@enomado
Copy link
Copy Markdown
Author

enomado commented May 7, 2021

not sure is it fail or just failed to check

@marcbone
Copy link
Copy Markdown
Owner

marcbone commented May 8, 2021

It failed due to formating. So it's not a problem. I can fix it. Also, there are some other things I want to add. However, I am currently quite busy, but I have it on my mind.

Comment thread Cargo.toml
path = "examples/plot.rs"

[dependencies]
[dependencies.num-traits]
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you really need this dependency? What is it doing?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Its for mathematical operations on floats. no_std dont have it.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AFAIK num_trait is for division/multiplication, and libm is for sqrt

@marcbone
Copy link
Copy Markdown
Owner

marcbone commented Jul 5, 2021

Could you test if this works for you one final time before I release it?

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