The Wayback Machine - http://web.archive.org/web/20220711225316/https://github.com/topics/easyeda
Skip to content
#

easyeda

Here are 56 public repositories matching this topic...

LC2KiCad
RigoLigoRLC
RigoLigoRLC commented Jan 26, 2021

Document dependent data could come in multiple ways; Net manager returns a string object while net class is deserialized through deserializer (which output pointer to dynamically allocated string).

Putting them into the header will result in the situation where we must concatenate everything, which causes a lot of unneeded copying.

There should be a function in the deserializer which returns a v

enhancement good first issue

Improve this page

Add a description, image, and links to the easyeda topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the easyeda topic, visit your repo's landing page and select "manage topics."

Learn more